Skip to main content
Skip to main content

AxiosDefaults

swaps.internal.AxiosDefaults

Construct a type with the properties of T except for those in type K.

Type parameters

DobjectRequired

Properties

baseURLstring
cancelTokenCancelToken
dataD
decompressboolean
headersHeadersDefaultsRequired
httpAgentany
httpsAgentany
insecureHTTPParserboolean
maxBodyLengthnumber
maxContentLengthnumber
maxRedirectsnumber
methodMethod
onDownloadProgress(progressEvent: any) => void
onUploadProgress(progressEvent: any) => void
paramsany
paramsSerializer(params: any) => string
proxyfalse | AxiosProxyConfig
raxConfigRetryConfig
responseTypeResponseType
signalAbortSignal
socketPathnull | string
timeoutnumber
timeoutErrorMessagestring
urlstring
validateStatusnull | (status: number) => boolean
withCredentialsboolean
xsrfCookieNamestring
xsrfHeaderNamestring
Was this section helpful?