Releases: testablehttpclient/TestableHttpClient
Releases · testablehttpclient/TestableHttpClient
Release list
TestableHttpClient version 0.3
We are happy to announce another release. This release contains a simple bugfix to improve the error messages of the NFluent checks, several breaking changes to make the API consistent and several improvements in the repository.
For a complete list of change, see the milestone for version 0.3.
Breaking changes
This release contains several breaking changes as described in #40. All old methods are marked with the ObsoleteAttribute and will generate a compiler error with a message telling which method to use instead.
TestableHttpClient version 0.1
We are happy to announce the initial release of TestableHttpClient. Please read the README on how to use it.
Included features:
- Specify a default response to return.
- Assert that specific requests have been made using:
- Exact URL
- URL with pattern
- Availability of headers
- Availability of content