Contains a bug fix where proxy is defined without a user and password. see PR here
Throw HttpClientError instead of a generic Error from the <verb>Json() helper methods when the server responds with a non-successful status code.
Fixed security issue where a redirect (e.g. 302) to another domain would pass headers. The fix was to strip the authorization header if the hostname was different. More details in PR #27
Update NPM dependencies and add 429 to the list of HttpCodes
Automatically sends Content-Type and Accept application/json headers for <verb>Json() helper methods if not set in the client or parameters.
Adds <verb>Json() helper methods for json over http scenarios.
Started to add <verb>Json() helper methods. Do not use this release for that. Use >= 1.0.5 since there was an issue with types.
Adds proxy support.