Preparing search index...
The search index is not available
Takaro - v0.0.18
Takaro
@takaro/helpers
axios
HeadersDefaults
Interface HeadersDefaults
interface
HeadersDefaults
{
common
:
Partial
;
delete
:
Partial
;
get
:
Partial
;
head
:
Partial
;
link
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
;
options
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
;
patch
:
Partial
;
post
:
Partial
;
purge
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
;
put
:
Partial
;
unlink
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
;
}
Index
Properties
common
delete
get
head
link?
options?
patch
post
purge?
put
unlink?
Properties
common
common
:
Partial
delete
delete
:
Partial
get
get
:
Partial
head
head
:
Partial
Optional
link
link
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
Optional
options
options
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
patch
patch
:
Partial
post
post
:
Partial
Optional
purge
purge
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
put
put
:
Partial
Optional
unlink
unlink
?:
Partial
<
RawAxiosHeaders
&
{
Accept
:
AxiosHeaderValue
;
Authorization
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"User-Agent"
:
AxiosHeaderValue
;
}
&
{
"Content-Type"
:
ContentType
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
common
delete
get
head
link
options
patch
post
purge
put
unlink
Takaro - v0.0.18
Loading...