NormalizedHttpOptions

Hierarchy

  • NormalizedHttpOptions

Index

Properties

Properties

Optional body

body? : NormalizedHttpBody

Defined in packages/http/src/httpClient.types.ts:71

Optional bypassResponseHandler

bypassResponseHandler? : undefined | false | true

Defined in packages/http/src/httpClient.types.ts:75

headers

headers: Record‹string, string›

Defined in packages/http/src/httpClient.types.ts:73

method

method: HttpMethod

Defined in packages/http/src/httpClient.types.ts:72

Optional mode

mode? : RequestMode

Defined in packages/http/src/httpClient.types.ts:74

query

query: any

Defined in packages/http/src/httpClient.types.ts:70

timeout

timeout: number

Defined in packages/http/src/httpClient.types.ts:76

url

url: string

Defined in packages/http/src/httpClient.types.ts:69

Last updated