BasicHttpResponseData
Interface | Source Code
Properties
Section titled “Properties”body?: ParsedResponseBodyType
Section titled “body?: ParsedResponseBodyType”The parsed body. How the body is parsed depends on the HTTP client implementation.
Can be undefined if a network error prevented the request from being fulfilled.
response?: Response
Section titled “response?: Response”The raw received response.
Can be undefined if a network error prevented the request from being fulfilled.