BROWSER ONLY
The response body as a browser Blob. Always undefined in node.js.
The response body as text (string format)
The HTTP response headers.
The response body as parsed JSON or XML
The parsed HTTP response headers.
NODEJS ONLY
The response body as a node.js Readable stream. Always undefined in the browser.
The raw request
The HTTP response status (e.g. 200)
Generated using TypeDoc
Wrapper object for http request and response. Deserialized object is stored in the
parsedBody
property when the response body is received in JSON or XML.