Releases: dkackman/DynamicRestProxy
Releases · dkackman/DynamicRestProxy
DyanmicRestClientResponseException
Accept header overrides
This version allows the built-in accept header values to be overridden by supplying an accept header in the defaults.
Shared HttpClient
HttpClient instance is shared across all endpoints spawned from a given DynamicRestClient root, improving performance. This release also adds the ability to return the HttpResponseMessage to the caller if further inspection of the response is required by an application.
PATCH verb
This release removes the dependency on the abstract base class assembly and adds support for the PATCH verb