HttpResponseOptions

Hierarchy

  • HttpResponseOptions

Index

Properties

Properties

Optional body

body? : NormalizedHttpBody

Defined in packages/http/src/httpResponse.ts:11

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

url? : undefined | string

Defined in packages/http/src/httpResponse.ts:8

Last updated