The numeric HTTP status code for the response.
The response headers.
This returns the underlying raw response object for the client.
This returns the content as a stream. The expectation is that content will not have been buffered into memory at this point by the client.
The streamCompleteCallback should be invoked by the response implementation when the stream has been consumed.
Converts the response content into a JSON object, failing if JSON couldn't be parsed.
Abstract representation of an HTTP response. This is an experimental interface and is not yet stable.