MCPcopy Create free account

hub / github.com/axios/axios / functions

Functions766 in github.com/axios/axios

↓ 1 callersFunctioncreateTransportCapture
()
tests/smoke/esm/tests/rateLimit.smoke.test.js:7
↓ 1 callersFunctioncreateTransportCapture
(responseBody)
tests/smoke/esm/tests/instance.smoke.test.js:7
↓ 1 callersFunctioncreateTransportCapture
(responseBody)
tests/smoke/cjs/tests/instance.smoke.test.cjs:7
↓ 1 callersFunctioncreateTransportCapture
()
tests/smoke/cjs/tests/basic.smoke.test.cjs:7
↓ 1 callersFunctioncreateTransportCapture
()
tests/smoke/cjs/tests/rateLimit.smoke.test.cjs:7
↓ 1 callersFunctioncreateTransportCapture
()
tests/smoke/cjs/tests/headers.smoke.test.cjs:17
↓ 1 callersFunctioncreateTransportMock
( responseFactory?: (body: Buffer, options: Record<string, any>) => Record<string, any> )
tests/smoke/bun/tests/formData.smoke.test.ts:6
↓ 1 callersFunctioncreateTransportMock
( responseFactory?: (body: Buffer, options: Record<string, any>) => Record<string, any> )
tests/smoke/bun/tests/http.smoke.test.ts:11
↓ 1 callersFunctiondecodeQuotedString
(value)
lib/core/AxiosHeaders.js:62
↓ 1 callersFunctiondecodeURIComponentSafe
(value)
lib/adapters/fetch.js:51
↓ 1 callersFunctiondecodeURIComponentSafe
(value)
lib/adapters/http.js:180
↓ 1 callersFunctiondefine
(arr)
lib/utils.js:915
↓ 1 callersFunctiondeflate
(value)
tests/unit/adapters/http.test.js:1064
↓ 1 callersFunctiondeflateRaw
(value)
tests/unit/adapters/http.test.js:1076
↓ 1 callersFunctiondispatchRequest
(_config)
lib/core/dispatchRequest.js:35
↓ 1 callersFunctionencode
(value, defaultEncode)
tests/unit/helpers/buildURL.test.js:75
↓ 1 callersFunctionencodeUTF8
(str)
lib/helpers/resolveConfig.js:20
↓ 1 callersFunctionencodeUTF8
(str)
lib/adapters/fetch.js:42
↓ 1 callersFunctionenforceMaxContentLength
()
lib/adapters/http.js:1238
↓ 1 callersFunctionenhanceNetworkError
(error)
examples/network_enhanced.js:3
↓ 1 callersFunctionenv
(fetch: any)
tests/smoke/deno/tests/cancel.smoke.test.ts:4
↓ 1 callersFunctionenv
(fetch: any)
tests/smoke/deno/tests/headers.smoke.test.ts:23
↓ 1 callersFunctionenv
(fetch: any)
tests/smoke/deno/tests/error.smoke.test.ts:4
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/progress.smoke.test.ts:4
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/timeout.smoke.test.ts:4
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/interceptors.smoke.test.ts:23
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/cancel.smoke.test.ts:4
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/headers.smoke.test.ts:23
↓ 1 callersFunctionenv
(fetch: typeof globalThis.fetch)
tests/smoke/bun/tests/error.smoke.test.ts:4
↓ 1 callersFunctionestimateBase64BufferAllocation
(body)
lib/helpers/estimateDataURLDecodedBytes.js:38
↓ 1 callersFunctionexpectAdapterFailurePreserved
()
tests/unit/core/Axios.test.js:6
↓ 1 callersFunctionextend
(a, b, thisArg, { allOwnKeys } = {})
lib/utils.js:642
↓ 1 callersFunctionfactory
(env)
lib/adapters/fetch.js:80
↓ 1 callersMethodfailNetworkError
(message = 'Network Error')
tests/browser/requests.browser.test.js:76
↓ 1 callersFunctionfindKey
* Finds a key in an object, case-insensitive, returning the actual key name. * Returns null if the object is a Buffer or if no match is found. * *
lib/utils.js:537
↓ 1 callersMethodfinish
()
tests/browser/interceptors.browser.test.js:92
↓ 1 callersMethodfinish
()
tests/browser/requests.browser.test.js:88
↓ 1 callersFunctionfinishRequest
(request, promise)
tests/browser/headers.browser.test.js:71
↓ 1 callersFunctionfinishRequest
(request, promise)
tests/browser/defaults.browser.test.js:77
↓ 1 callersFunctionfireRequest
()
tests/browser/interceptors.browser.test.js:607
↓ 1 callersFunctionfireRequestCatch
()
tests/browser/interceptors.browser.test.js:661
↓ 1 callersFunctionflushOnFinish
(stream, [throttled, flush])
lib/adapters/http.js:192
↓ 1 callersFunctionflushSuccess
(request, promise)
tests/browser/instance.browser.test.js:71
↓ 1 callersFunctionflushSuccess
(request, promise)
tests/browser/options.browser.test.js:72
↓ 1 callersFunctionflushSuccess
(request, promise)
tests/browser/basicAuth.browser.test.js:74
↓ 1 callersFunctionflushSuccess
(request, promise)
tests/browser/requests.browser.test.js:110
↓ 1 callersFunctionformatActiveSponsorData
(sponsorsData)
docs/scripts/process-sponsors.js:175
↓ 1 callersFunctionformatAllSponsorData
(sponsorsData)
docs/scripts/process-sponsors.js:215
↓ 1 callersFunctionformatCommand
(command, args)
tests/module/esm/tests/helpers/run-command.js:3
↓ 1 callersFunctionformatCommand
(command, args)
tests/module/cjs/tests/helpers/run-command.cjs:3
↓ 1 callersFunctionformatHeader
(header)
lib/core/AxiosHeaders.js:173
↓ 1 callersFunctionformatMessage
(opt, desc)
lib/helpers/validator.js:27
↓ 1 callersFunctiongenerateConfig
(name)
webpack.config.js:3
↓ 1 callersFunctiongenerateHTTPMethod
(isForm)
lib/core/Axios.js:280
↓ 1 callersFunctiongetActiveSponsors
()
docs/scripts/process-sponsors.js:133
↓ 1 callersFunctiongetAdapter
* Get the first suitable adapter from the provided list. * Tries each adapter in order until a supported one is found. * Throws an AxiosError if no
lib/adapters/adapters.js:65
↓ 1 callersMethodgetAllResponseHeaders
()
tests/unit/adapters/xhr.test.js:28
↓ 1 callersFunctiongetAllSponsors
()
docs/scripts/process-sponsors.js:119
↓ 1 callersFunctiongetClosedPort
()
tests/unit/adapters/errorDetails.test.js:13
↓ 1 callersFunctiongetContributors
(user, repo, maxCount = 1)
gulpfile.js:16
↓ 1 callersFunctiongetGlobal
* Determine if a value is a FormData * * @param {*} thing The value to test * * @returns {boolean} True if value is an FormData, otherwise false
lib/utils.js:423
↓ 1 callersMethodgetHeaders
()
tests/unit/adapters/http.test.js:4496
↓ 1 callersFunctiongetIndexTemplate
()
examples/server.js:31
↓ 1 callersFunctiongetLastRequest
()
tests/browser/formdata.browser.test.js:65
↓ 1 callersFunctiongetLastRequest
()
tests/browser/headers.browser.test.js:63
↓ 1 callersFunctiongetLastRequest
()
tests/browser/defaults.browser.test.js:69
↓ 1 callersFunctiongetLastRequest
()
tests/browser/instance.browser.test.js:63
↓ 1 callersFunctiongetLastRequest
()
tests/browser/progress.browser.test.js:118
↓ 1 callersFunctiongetLastRequest
()
tests/browser/transform.browser.test.js:70
↓ 1 callersFunctiongetLastRequest
()
tests/browser/promise.browser.test.js:65
↓ 1 callersMethodgetListenerCount
(type, target = 'request')
tests/browser/progress.browser.test.js:71
↓ 1 callersFunctiongetMergedTransitionalOption
(prop)
lib/core/mergeConfig.js:83
↓ 1 callersFunctiongetProxyEnvAgent
(options, configHttpAgent, configHttpsAgent)
lib/adapters/http.js:130
↓ 1 callersMethodgetSetCookie
()
lib/core/AxiosHeaders.js:401
↓ 1 callersFunctiongetTunnelingAgent
(agentOptions, userHttpsAgent)
lib/adapters/http.js:136
↓ 1 callersFunctiongzip
(value)
tests/unit/adapters/http.test.js:1052
↓ 1 callersFunctionhandleApiRequest
* Handles API requests to /api. * * Collects request data, parses it as JSON, and returns a JSON response * containing the request URL, method, hea
sandbox/server.js:33
↓ 1 callersFunctionhandleResponse
(response: AxiosResponse)
tests/module/esm/tests/helpers/esm-index.ts:72
↓ 1 callersFunctionhandler
(req)
tests/setup/server.js:209
↓ 1 callersFunctionhasOwnOrPrototypeToJSON
(source)
lib/core/AxiosError.js:8
↓ 1 callersFunctionheadersToObject
(thing)
lib/core/mergeConfig.js:6
↓ 1 callersFunctionhexValue
(charCode)
lib/helpers/estimateDataURLDecodedBytes.js:16
↓ 1 callersFunctionimportAxiosForPage
(originHref)
tests/unit/adapters/xhr.test.js:43
↓ 1 callersFunctionipv6ToBytes
(host)
lib/helpers/shouldBypassProxy.js:275
↓ 1 callersFunctionisBase64Char
(charCode)
lib/helpers/estimateDataURLDecodedBytes.js:18
↓ 1 callersFunctionisBase64Whitespace
(charCode)
lib/helpers/estimateDataURLDecodedBytes.js:27
↓ 1 callersFunctionisContextDefined
(context)
lib/utils.js:561
↓ 1 callersFunctionisFlatArray
* If the array is an array and none of its elements are visitable, then it's a flat array. * * @param {Array<any>} arr - The array to check * * @r
lib/helpers/toFormData.js:63
↓ 1 callersFunctionisHexDigit
(charCode)
lib/helpers/estimateDataURLDecodedBytes.js:8
↓ 1 callersFunctionisIPv6Loopback
(host)
lib/helpers/shouldBypassProxy.js:155
↓ 1 callersFunctionisIPv6Unspecified
(host)
lib/helpers/shouldBypassProxy.js:132
↓ 1 callersFunctionisInSubnet
(addressBytes, networkBytes, prefix)
lib/helpers/shouldBypassProxy.js:416
↓ 1 callersFunctionisIterable
(thing)
lib/utils.js:1070
↓ 1 callersFunctionisLoopback
(host)
lib/helpers/shouldBypassProxy.js:186
↓ 1 callersFunctionisNodeEnvProxyEnabled
(agent, nodeVersion = process.versions && process.versions.node)
lib/adapters/http.js:118
↓ 1 callersFunctionisNodeNativeEnvProxySupported
(nodeVersion = process.versions && process.versions.node)
lib/adapters/http.js:98
↓ 1 callersFunctionisPlainObject
(val)
lib/utils.js:308
↓ 1 callersFunctionisResolvedHandle
(adapter)
lib/adapters/adapters.js:52
↓ 1 callersFunctionisSafeAndFullyMutable
(obj)
lib/utils.js:49
↓ 1 callersFunctionisSameOriginRedirect
(redirectOptions, requestDetails)
lib/adapters/http.js:235
← previousnext →201–300 of 766, ranked by callers