Preparing search index...
The search index is not available
zibri
zibri
http-client/http-client.interface
HttpOptionsInput
Type Alias HttpOptionsInput<T, QueryParamsObject, HeaderParamsObject, ResponseHeaderMetaInputObject, BodyType, IsArray>
HttpOptionsInput
:
Partial
<
HttpOptions
<
T
,
QueryParamsObject
,
HeaderParamsObject
,
ResponseHeaderMetaInputObject
,
BodyType
,
IsArray
,
>
,
>
Input for creating http options.
Type Parameters
T
extends
object
QueryParamsObject
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
string
|
undefined
>
HeaderParamsObject
extends
Record
<
string
,
HttpClientHeaderValue
>
=
Partial
<
Record
<
KnownHeader
,
HttpClientHeaderValue
>
>
ResponseHeaderMetaInputObject
extends
Record
<
string
,
HeaderParamMetadataInput
>
=
Record
<
string
,
HeaderParamMetadataInput
>
BodyType
extends
BodyMetadata
[
"type"
]
=
JSON
IsArray
extends
boolean
=
false
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
Input for creating http options.