Skip to main content

Response

Index

Interfaces

Interfaces

Parameters

Parameters<Body>:

Type parameters

  • Body

readonlyinheritedbody

body: Body

optionalreadonlyinheritedheaders

headers?: Headers

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

optionalreadonlyinheritedok

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.

optionalreadonlyinheritedredirected

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.

readonlyinheritedstatus

status: Status

The read-only response Status

optionalreadonlyinheritedtype

type?: any

readonlyinheritedurl

url: string
Page Options