MCPcopy
hub / github.com/axios/axios / create

Method create

index.d.ts:689–689  ·  index.d.ts::AxiosInstance.create
(config?: CreateAxiosDefaults)

Source from the content-addressed store, hash-verified

687 <T = any, R = AxiosResponse<T>, D = any>(url: string, config?: AxiosRequestConfig<D>): Promise<R>;
688
689 create(config?: CreateAxiosDefaults): AxiosInstance;
690 defaults: Omit<AxiosDefaults, class="st">'headers'> & {
691 headers: HeadersDefaults & {
692 [key: string]: AxiosHeaderValue;

Callers 15

utils.jsFile · 0.80
inheritsFunction · 0.80
visitFunction · 0.80
mergeConfigFunction · 0.80
parseTokensFunction · 0.80
setMethod · 0.80
toJSONMethod · 0.80
toByteStringHeaderObjectFunction · 0.80
constructorMethod · 0.80
http.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

createHttp2AxiosFunction · 0.64