@digitalbazaar/http-client
Advanced tools
Changelog
2.0.1 - 2021-12-01
httpsAgent
param.Changelog
2.0.0 - 2021-11-15
Possible CORS error.
type errors.TimeoutError
, change the error message to include the
request's url. Was: Request timed out
,
now: Request to "example.com" timed out.
.requestUrl
property to all errors, for easier logging/diagnostics.PUT
to allowed proxied methods..extend()
to return a proxy (with default headers, etc).Changelog
1.2.0 - 2021-07-19
get
, post
) are
not used (e.g., httpClient(url, {method: 'get'}
). Body
parsing can be disabled by passing the parseBody
option
set to false
.Changelog
1.0.0 - 2020-06-18
Add core files.
See git history for changes previous to this release.