injectHeadersForJsonRequest
is now available for appending headers 'Accept: application/json' and 'Content-Type: application/json'.
- Fix request interceptors to work.
RequestContext
andbuildResponseFromArgs
are exposed. More detailed handling of HTTP can be implemented with them.
Breaking Changes:
createSimpleHTTPClient
is removed. UsebuildResponseFromArgs
andRequestContext
instead.
- Add support for Linux.
- Initial version.
- Windows/macOS are supported.