Skip to content

HttpOptions<HttpBody, HttpHeaders, HttpParams>

Defined in: types/http.type.ts:36

HTTP request options

Since

1.0.0

Author

Simon Kovtyk

Type Parameters

Type ParameterDefault typeDescription
HttpBody extends | HttpJsonBodyOption | FormData | URLSearchParams-The body of the HTTP request
HttpHeadersHttpHeadersOptionThe headers of the HTTP request
HttpParamsHttpParamsOptionThe params of the HTTP request

Properties

PropertyTypeDefined in
body?HttpBodytypes/http.type.ts:43
headers?HttpHeaderstypes/http.type.ts:41
params?HttpParamstypes/http.type.ts:42