HttpResponse

Type parameters

T

Hierarchy

Index

Properties

Methods

Properties

headers

headers: HttpResponseHeaders

Inherited from RawHttpResponse.headers

ok

ok: boolean

Inherited from RawHttpResponse.ok

redirected

redirected: boolean

Inherited from RawHttpResponse.redirected

status

status: number

Inherited from RawHttpResponse.status

statusText

statusText: string

Inherited from RawHttpResponse.statusText

url

url: string

Inherited from RawHttpResponse.url

Methods

abort

abort(): void

Inherited from RawHttpResponse.abort

Returns: void

arrayBuffer

arrayBuffer(): Promise‹ArrayBuffer›

Inherited from RawHttpResponse.arrayBuffer

Returns: Promise‹ArrayBuffer›

parsedBody

parsedBody(): Promise‹T›

Returns: Promise‹T›

text

text(): Promise‹string›

Inherited from RawHttpResponse.text

Returns: Promise‹string›

Last updated