You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced advanced header matchers: Matcher::Any to match only by the field name and Matcher::Missing to match the absence of a particular header. These are used within the Mock::match_header call.
The old behaviour of matching the header value by &str was kept backwards compatible.