Skip to main content

Response

Index

Interfaces

Interfaces

Parameters

Parameters<Body>:

Type parameters

  • Body

readonlybody

body: Body

optionalreadonlyheaders

headers?: Headers

The headers read-only property of the Response interface contains the Headers object associated with the response.

@see

optionalreadonlyok

ok?: boolean

The ok read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.

@see

optionalreadonlyredirected

redirected?: boolean

The read-only redirected property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.

@see

readonlystatus

status: Status

optionalreadonlytype

readonlyurl

url: string
Page Options