http.Response
Response object.
Type parameters#
| Name |
|---|
T |
Properties#
data#
• data: T
The response data.
Defined in#
headers#
• headers: Record<string, string>
The response headers.
Defined in#
ok#
• ok: boolean
A boolean indicating whether the response was successful (status in the range 200–299) or not.
Defined in#
status#
• status: number
The response status code.
Defined in#
url#
• url: string
The request URL.