Encapsulates HTTP-response information from an HTTP-request.
- statusCode - Number.
Gets the response status code. - headers - Object.
Gets the response headers. - content - (optional) - HttpContent.
Gets the response content.
Encapsulates HTTP-response information from an HTTP-request.