HttpResponseOptions
Hierarchy
HttpResponseOptions
Index
Properties
Properties
Optional
body
Optional
body• body? : NormalizedHttpBody
Defined in packages/http/src/httpResponse.ts:11
Optional
headers
Optional
headers• headers? : HttpHeaders
Defined in packages/http/src/httpResponse.ts:9
status
• status: number
Defined in packages/http/src/httpResponse.ts:10
Optional
url
Optional
url• url? : undefined | string
Defined in packages/http/src/httpResponse.ts:8
Last updated