HttpOptions<HttpBody, HttpHeaders, HttpParams>
Defined in: types/http.type.ts:36
HTTP request options
Since
1.0.0
Author
Simon Kovtyk
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
HttpBody extends | HttpJsonBodyOption | FormData | URLSearchParams | - | The body of the HTTP request |
HttpHeaders | HttpHeadersOption | The headers of the HTTP request |
HttpParams | HttpParamsOption | The params of the HTTP request |
Properties
| Property | Type | Defined in |
|---|---|---|
body? | HttpBody | types/http.type.ts:43 |
headers? | HttpHeaders | types/http.type.ts:41 |
params? | HttpParams | types/http.type.ts:42 |