Interface: HTTPResponse
internal.HTTPResponse
Properties
config
• config: any
Defined in
headers
• headers: Record<string, string> & { set-cookie?: string[] }
Defined in
request
• Optional request: any
Defined in
status
• status: number
Defined in
statusText
• statusText: string
Defined in
Was this page helpful?