Response from the Node.js http
module.
Returns the result of merging the src
headers into the initial dst
headers.
The initial set of headers.
The headers to be merged into the dst
.
If true
, headers in the src
will overwrite existing headers in the dst
.
A new object containing the results of the merge.
Returns a Promise
that resolves to the text data contained in the response body.
Response from the Node.js http
module.
Returns a Promise
that resolves to the raw data contained in the response body.
Response from the Node.js http
module.
Converts a set of headers, either incoming or outgoing, to the incoming format used by the http
module in Node.js.
Headers to be converted to the incoming format.
Generated using TypeDoc
Returns
true
if the response status is between 200 and 399 inclusive.