-
Notifications
You must be signed in to change notification settings - Fork 1
@142vip.data source.接口.HttpApiOptions
API 参考 / @142vip/data-source / HttpApiOptions
定义于: packages/data-source/src/core/apis/vip-http-api.ts:6
AxiosRequestConfig
optionaladapter:AxiosAdapterConfig|AxiosAdapterConfig[]
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:332
AxiosRequestConfig.adapter
optionalallowAbsoluteUrls:boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:322
AxiosRequestConfig.allowAbsoluteUrls
optionalauth:AxiosBasicCredentials
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:333
AxiosRequestConfig.auth
optionalbaseURL:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:321
AxiosRequestConfig.baseURL
optionalbeforeRedirect: (options,responseDetails) =>void
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:345
Record<string, any>
Record<string, string>
HttpStatusCode
void
AxiosRequestConfig.beforeRedirect
optionalcancelToken:CancelToken
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:351
AxiosRequestConfig.cancelToken
optionaldata:any
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:328
AxiosRequestConfig.data
optionaldecompress:boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:352
AxiosRequestConfig.decompress
optionalenv:object
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:356
optionalFormData: (...args) =>object
...any[]
object
AxiosRequestConfig.env
optionalfamily:AddressFamily
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:360
AxiosRequestConfig.family
optionalfetchOptions:Record<string,any> |Omit<RequestInit,"body"|"headers"|"method"|"signal">
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:364
AxiosRequestConfig.fetchOptions
optionalformSerializer:FormSerializerOptions
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:359
AxiosRequestConfig.formSerializer
optionalheaders:AxiosHeaders|Partial<RawAxiosHeaders&object&object> &Partial<object&object>
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:325
AxiosRequestConfig.headers
optionalhttpAgent:any
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:348
AxiosRequestConfig.httpAgent
optionalhttpsAgent:any
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:349
AxiosRequestConfig.httpsAgent
optionalinsecureHTTPParser:boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:355
AxiosRequestConfig.insecureHTTPParser
optionallookup: (hostname,options,cb) =>void| (hostname,options) =>Promise<LookupAddress| [LookupAddressEntry|LookupAddressEntry[],AddressFamily]>
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:361
AxiosRequestConfig.lookup
optionalmaxBodyLength:number
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:342
AxiosRequestConfig.maxBodyLength
optionalmaxContentLength:number
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:340
AxiosRequestConfig.maxContentLength
optionalmaxRate:number| [number,number]
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:344
AxiosRequestConfig.maxRate
optionalmaxRedirects:number
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:343
AxiosRequestConfig.maxRedirects
optionalmethod:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:320
AxiosRequestConfig.method
optionalonDownloadProgress: (progressEvent) =>void
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:339
AxiosProgressEvent
void
AxiosRequestConfig.onDownloadProgress
optionalonUploadProgress: (progressEvent) =>void
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:338
AxiosProgressEvent
void
AxiosRequestConfig.onUploadProgress
optionalparams:any
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:326
AxiosRequestConfig.params
optionalparamsSerializer:ParamsSerializerOptions|CustomParamsSerializer
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:327
AxiosRequestConfig.paramsSerializer
optionalproxy:false|AxiosProxyConfig
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:350
AxiosRequestConfig.proxy
optionalresponseEncoding:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:335
AxiosRequestConfig.responseEncoding
optionalresponseType:ResponseType
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:334
AxiosRequestConfig.responseType
optionalsignal:GenericAbortSignal
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:354
AxiosRequestConfig.signal
optionalsocketPath:null|string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:346
AxiosRequestConfig.socketPath
optionaltimeout:number
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:329
AxiosRequestConfig.timeout
optionaltimeoutErrorMessage:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:330
AxiosRequestConfig.timeoutErrorMessage
optionaltransformRequest:AxiosRequestTransformer|AxiosRequestTransformer[]
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:323
AxiosRequestConfig.transformRequest
optionaltransformResponse:AxiosResponseTransformer|AxiosResponseTransformer[]
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:324
AxiosRequestConfig.transformResponse
optionaltransitional:TransitionalOptions
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:353
AxiosRequestConfig.transitional
optionaltransport:any
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:347
AxiosRequestConfig.transport
optionalurl:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:319
AxiosRequestConfig.url
optionalvalidateStatus:null| (status) =>boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:341
AxiosRequestConfig.validateStatus
optionalwithCredentials:boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:331
AxiosRequestConfig.withCredentials
optionalwithXSRFToken:boolean| (config) =>undefined|boolean
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:363
AxiosRequestConfig.withXSRFToken
optionalxsrfCookieName:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:336
AxiosRequestConfig.xsrfCookieName
optionalxsrfHeaderName:string
定义于: node_modules/.pnpm/axios@1.11.0/node_modules/axios/index.d.ts:337
AxiosRequestConfig.xsrfHeaderName
- @142vip/axios
- @142vip/changelog
- @142vip/commit-linter
- @142vip/copyright
- @142vip/data-source
- @142vip/eslint-config
- @142vip/fairy-cli
- @142vip/grpc
- @142vip/nest
- @142vip/nest-redis
- @142vip/nest-typeorm
- @142vip/oauth2.0
- @142vip/open-source
- @142vip/redis
- @142vip/release-version
- @142vip/typeorm
- @142vip/utils