HttpResponse interface

The properties on an HTTP response which will always be present.

Properties

headers

The HTTP response headers.

request

The raw request

status

The HTTP response status (e.g. 200)

Property Details

headers

The HTTP response headers.

headers: HttpHeadersLike

Property Value

request

The raw request

request: WebResourceLike

Property Value

status

The HTTP response status (e.g. 200)

status: number

Property Value

number