Preparing search index...
The search index is not available
Takaro - v0.0.16
Takaro
@takaro/helpers
axios
AxiosResponse
Interface AxiosResponse<T, D>
interface
AxiosResponse
<
T
=
any
,
D
=
any
>
{
config
:
InternalAxiosRequestConfig
<
D
>
;
data
:
T
;
headers
:
|
AxiosResponseHeaders
|
Partial
<
RawAxiosHeaders
&
{
"Cache-Control"
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"Content-Type"
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
"set-cookie"
:
string
[]
}
,
>
;
request
?:
any
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
T
=
any
D
=
any
Index
Properties
config
data
headers
request?
status
status
Text
Properties
config
config
:
InternalAxiosRequestConfig
<
D
>
data
data
:
T
headers
headers
:
|
AxiosResponseHeaders
|
Partial
<
RawAxiosHeaders
&
{
"Cache-Control"
:
AxiosHeaderValue
;
"Content-Encoding"
:
AxiosHeaderValue
;
"Content-Length"
:
AxiosHeaderValue
;
"Content-Type"
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
"set-cookie"
:
string
[]
}
,
>
Optional
request
request
?:
any
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
headers
request
status
status
Text
Takaro - v0.0.16
Loading...