HttpResponse interface

A representation of an HTTP response that includes a reference to the request that originated it.

Properties

headers

The headers from the response.

request

The original request that resulted in this response.

status

The HTTP status code returned from the service.

Property Details

headers

The headers from the response.

headers: HttpHeadersLike

Property Value

request

The original request that resulted in this response.

request: WebResourceLike

Property Value

status

The HTTP status code returned from the service.

status: number

Property Value

number