AxiosDefaults
Construct a type with the properties of T except for those in type K.
Type parameters
D
objectRequiredProperties
adapter
AxiosAdapterbaseURL
stringcancelToken
CancelTokendata
Ddecompress
booleanhttpAgent
anyhttpsAgent
anyinsecureHTTPParser
booleanmaxBodyLength
numbermaxContentLength
numbermaxRedirects
numbermethod
MethodonDownloadProgress
(progressEvent: any) => voidonUploadProgress
(progressEvent: any) => voidparams
anyparamsSerializer
(params: any) => stringproxy
false | AxiosProxyConfigraxConfig
RetryConfigresponseType
ResponseTypesignal
AbortSignalsocketPath
null | stringtimeout
numbertimeoutErrorMessage
stringtransformRequest
AxiosRequestTransformer | AxiosRequestTransformer[]transformResponse
AxiosResponseTransformer | AxiosResponseTransformer[]transitional
TransitionalOptionsurl
stringvalidateStatus
null | (status: number) => booleanwithCredentials
booleanxsrfCookieName
stringxsrfHeaderName
stringWas this section helpful?