tarttelin / JavaStubServer

An HTTP server used in tests to provide canned responses to expected requests.
http://tarttelin.github.io/JavaStubServer/
Other
6 stars 5 forks source link

Added negative header expectations #16

Closed rickb777 closed 8 years ago

rickb777 commented 8 years ago

It is now possible to assert that a header is absent or that a header does not match a given string or regular expression. :-)

tarttelin commented 8 years ago

Thanks for the contribution.