OptionalbaseURL baseURL ?: string
Optionalbefore Redirect beforeRedirect ?: ( options : Record < string , any > , responseDetails : { headers : Record < string , string > ; statusCode : HttpStatusCode ; } , ) => void Optionalcache Strategy Defined in app-sdk/index.d.ts:17368 Optionalcancel Token cancelToken ?: { promise : Promise < { message : undefined | string } > ; reason ?: { message : undefined | string } ; throwIfRequested () : void ; }
Optionaldecompress decompress ?: boolean
Optionaldisable Error Handling disableErrorHandling ?: boolean
Defined in app-sdk/index.d.ts:17367 Optionalenv env ?: { FormData ?: new ( ... args : any [] ) => object }
Optionalfetch Options fetchOptions ?: Record < string , any >
Optionalhttp Agent httpAgent ?: any
Optionalhttps Agent httpsAgent ?: any
OptionalinsecureHTTPParser insecureHTTPParser ?: boolean
Optionallookup lookup ?: | (
( hostname : string , options : object , cb : ( err : null | Error , address : LookupAddress | LookupAddress [] , family ?: AddressFamily , ) => void , ) => void )
| (
( hostname : string , options : object , ) => Promise < | LookupAddress | [ address
: LookupAddressEntry | LookupAddressEntry [] , family
?: AddressFamily , ] , > )
Optionalmax Body Length maxBodyLength ?: number
Optionalmax Content Length maxContentLength ?: number
Optionalmax Rate maxRate ?: number | [ number , number ]
Optionalmax Redirects maxRedirects ?: number
model Defined in app-sdk/index.d.ts:17369 Optionalon Download Progress Optionalparams params ?: any
Optionalresponse Encoding responseEncoding ?: string
Optionalroot Property rootProperty ?: string | string []
Defined in app-sdk/index.d.ts:17364 Optionalsignal signal ?: { aborted : boolean ; addEventListener ?: ( ... args : any ) => any ; onabort ?: null | (( ... args : any ) => any ); removeEventListener ?: ( ... args : any ) => any ; }
Optionalsocket Path socketPath ?: null | string
Optionalsuccess Property successProperty ?: string
Defined in app-sdk/index.d.ts:17365 Optionalsuccess Status Code successStatusCode ?: number
Defined in app-sdk/index.d.ts:17366 Optionaltimeout timeout ?: number
Optionaltimeout Error Message timeoutErrorMessage ?: string
Optionaltransitional transitional ?: { clarifyTimeoutError ?: boolean ; forcedJSONParsing ?: boolean ; silentJSONParsing ?: boolean ; }
Optionaltransport transport ?: any
Optionalvalidate Status validateStatus ?: null | (( status : number ) => boolean )
Optionalwith Credentials withCredentials ?: boolean
Optionalxsrf Cookie Name xsrfCookieName ?: string
Конфигурация HTTP-операции.
Расширяет настройки AxiosRequestConfig и добавляет специфичные поля: method, корневое свойство данных, флаг успеха, статус успешного ответа, управление ошибками, стратегию кэширования и модель для десериализации.
Public