LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
631 stars 73 forks source link

Add header_exist_matcher. #17

Closed james2509 closed 4 years ago

james2509 commented 4 years ago

Add a matcher top validate that a header with a given name is present in the call to the mock server.