Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ functions
Functions
338 in github.com/axios/axios
⨍
Functions
338
◇
Types & classes
68
↓ 1 callers
Function
updateReadmeSponsors
(url, path, marker = '<!--<div>marker</div>-->')
bin/sponsors.js:29
↓ 1 callers
Function
validateInvalidCharacterError
(error)
test/specs/basicAuth.spec.js:3
↓ 1 callers
Function
visit
(source, i)
lib/utils.js:620
↓ 1 callers
Function
wrapAsync
(asyncExecutor)
lib/adapters/http.js:131
Function
AxiosError
* Create an Error with the specified message, config, error code, request and response. * * @param {string} message The error message. * @param {st
lib/core/AxiosError.js:16
Function
AxiosURLSearchParams
* It takes a params object and converts it to a FormData object * * @param {Object<string, any>} params - The parameters to be converted to a FormDa
lib/helpers/AxiosURLSearchParams.js:36
Function
CanceledError
* A `CanceledError` is an object that is thrown when an operation is canceled. * * @param {string=} message The message. * @param {Object=} config
lib/cancel/CanceledError.js:15
Function
SERVER_HANDLER_STREAM_ECHO
(req, res)
test/helpers/server.js:9
Function
SERVER_HANDLER_STREAM_ECHO
(req, res)
test/unit/adapters/http.js:63
Method
[Symbol.iterator]
()
lib/core/AxiosHeaders.js:248
Method
[Symbol.toStringTag]
()
lib/core/AxiosHeaders.js:260
Method
[Symbol.toStringTag]
()
test/unit/utils/utils.js:50
Method
_read
(size)
lib/helpers/AxiosTransformStream.js:47
Function
_reject
(reason)
lib/adapters/http.js:147
Function
_resolve
(value)
lib/adapters/http.js:142
Method
_transform
(chunk, encoding, callback)
lib/helpers/AxiosTransformStream.js:57
Method
_transform
(chunk, encoding, callback)
lib/helpers/ZlibHeaderTransformStream.js:11
Function
adapter
(config)
test/module/typings/esm/index.ts:363
Function
adapter
(config: axios.InternalAxiosRequestConfig)
test/module/typings/cjs/index.ts:334
Method
append
()
test/unit/utils/utils.js:46
Function
assertOptions
* Assert object's properties type * * @param {object} options * @param {object} schema * @param {boolean?} allowUnknown * * @returns {object}
lib/helpers/validator.js:73
Function
assignValue
(val, key)
lib/utils.js:316
Function
catchingThrowingInterceptor
()
test/specs/interceptors.spec.js:465
Method
clear
(matcher)
lib/core/AxiosHeaders.js:191
Method
clear
* Clear all interceptors from the stack * * @returns {void}
lib/core/InterceptorManager.js:46
Method
closeIssue
(issue)
bin/GithubAPI.js:78
Method
constructor
(headers)
lib/core/AxiosHeaders.js:75
Method
constructor
()
lib/core/InterceptorManager.js:6
Method
constructor
(instanceConfig)
lib/core/Axios.js:22
Method
constructor
(options)
lib/helpers/AxiosTransformStream.js:9
Method
constructor
(name, value)
lib/helpers/formDataToStream.js:16
Method
constructor
(executor)
lib/cancel/CancelToken.js:13
Method
constructor
(options)
bin/RepoBot.js:21
Method
constructor
(owner, repo)
bin/GithubAPI.js:10
Function
customSerializer
(thisParams)
test/specs/helpers/buildURL.spec.js:102
Function
defaultToConfig2
(a, b)
lib/core/mergeConfig.js:50
Function
defaultVisitor
* Default visitor. * * @param {*} value * @param {String|Number} key * @param {Array<String|Number>} path * @this {FormData} * *
lib/helpers/toFormData.js:144
Method
defineAccessor
(_header)
lib/core/AxiosHeaders.js:284
Method
deleteHeader
(_header)
lib/core/AxiosHeaders.js:168
Method
deleteLabel
(issue, label)
bin/GithubAPI.js:58
Function
deprecatedMethod
(method, instead, docs)
lib/helpers/deprecatedMethod.js:15
Function
dispatchBeforeRedirect
* If the proxy or config beforeRedirects functions are defined, call them with the options * object. * * @param {Object<string, any>} options - The
lib/adapters/http.js:65
Function
dispatchRequest
(config)
lib/core/dispatchRequest.js:34
Function
duplex
()
lib/adapters/fetch.js:34
Method
eject
* Remove an interceptor from the stack * * @param {Number} id The ID that was returned by `use` * * @returns {Boolean} `true` if the inter
lib/core/InterceptorManager.js:35
Function
encode
* It encodes a string by replacing all characters that are not in the unreserved set with * their percent-encoded equivalents * * @param {string} s
lib/helpers/AxiosURLSearchParams.js:13
Function
encode
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their * URI encoded counterparts * * @param {string} val The va
lib/helpers/buildURL.js:14
Function
endsWith
(str, searchString, position)
lib/utils.js:432
Method
escapeName
(name)
lib/helpers/formDataToStream.js:54
Function
finish
()
test/specs/requests.spec.js:118
Function
fn1
(a: number, b: number, c: number)
test/module/typings/esm/index.ts:398
Function
fn1
(a: number, b: number, c: number)
test/module/typings/cjs/index.ts:358
Function
forEachEntry
(obj, fn)
lib/utils.js:486
Function
freezeMethods
(obj)
lib/utils.js:560
Function
generateString
(size = 16, alphabet = ALPHABET.ALPHA_DIGIT)
lib/platform/node/index.js:15
Method
getComment
(id)
bin/GithubAPI.js:34
Method
getIssue
(issue)
bin/GithubAPI.js:62
Method
getIssues
({state= 'open', labels, sort = 'created', desc = false, per_page = 100, page = 1})
bin/GithubAPI.js:70
Method
getLatestTag
()
bin/GithubAPI.js:109
Method
getRelease
(release = 'latest')
bin/GithubAPI.js:88
Method
getReleases
({per_page = 30, page= 1} = {})
bin/GithubAPI.js:84
Function
getRequestConfig1
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:520
Function
getRequestConfig2
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:530
Method
getTagRef
(tag)
bin/GithubAPI.js:102
Method
getTags
({per_page = 30, page= 1} = {})
bin/GithubAPI.js:92
Function
handleError
(error: AxiosError)
test/module/typings/esm/index.ts:81
Function
handleError
(error: axios.AxiosError)
test/module/typings/cjs/index.ts:58
Function
handleFailure
(data)
sandbox/client.js:10
Function
handleFormData
(req)
test/helpers/server.js:64
Function
handleResponse
(response: AxiosResponse)
test/module/typings/esm/index.ts:73
Function
handleResponse
(response: axios.AxiosResponse)
test/module/typings/cjs/index.ts:50
Function
handleStringResponse
(response: string)
test/module/typings/esm/index.ts:190
Function
handleStringResponse
(response: string)
test/module/typings/cjs/index.ts:167
Function
handleSuccess
(data)
sandbox/client.js:9
Function
handleUserResponse
(response: AxiosResponse<User>)
test/module/typings/esm/index.ts:143
Function
handleUserResponse
(response: axios.AxiosResponse<User>)
test/module/typings/cjs/index.ts:120
Function
inherits
(constructor, superConstructor, props, descriptors)
lib/utils.js:379
Function
isArrayBufferView
* Determine if a value is a view on an ArrayBuffer * * @param {*} val The value to test * * @returns {boolean} True if value is a view on an Array
lib/utils.js:70
Function
isBoolean
lib/utils.js:121
Function
isBuffer
* Determine if a value is a Buffer * * @param {*} val The value to test * * @returns {boolean} True if value is a Buffer, otherwise false
lib/utils.js:48
Function
isFormData
(thing)
lib/utils.js:191
Function
isIterable
(thing)
lib/utils.js:684
Function
isSpecCompliantForm
* If the thing is a FormData object, return true, otherwise return false. * * @param {unknown} thing - The thing to check. * * @returns {boolean}
lib/utils.js:613
Function
isStream
(val)
lib/utils.js:182
Function
isThenable
(thing)
lib/utils.js:650
Function
lib$es6$promise$$internal$$ErrorObject
()
test/manual/promise.js:9
Function
lib$es6$promise$$internal$$noop
()
test/manual/promise.js:9
Function
lib$es6$promise$$internal$$publishRejection
(promise)
test/manual/promise.js:9
Function
lib$es6$promise$asap$$flush
()
test/manual/promise.js:9
Function
lib$es6$promise$asap$$setAsap
(asapFn)
test/manual/promise.js:9
Function
lib$es6$promise$asap$$setScheduler
(scheduleFn)
test/manual/promise.js:9
Function
lib$es6$promise$enumerator$$Enumerator
(Constructor,input)
test/manual/promise.js:9
Function
lib$es6$promise$polyfill$$polyfill
()
test/manual/promise.js:9
Function
lib$es6$promise$promise$$Promise
(resolver)
test/manual/promise.js:9
Function
lib$es6$promise$promise$all$$all
(entries)
test/manual/promise.js:9
Function
lib$es6$promise$promise$race$$race
(entries)
test/manual/promise.js:9
Function
lib$es6$promise$promise$reject$$reject
(reason)
test/manual/promise.js:9
Function
lib$es6$promise$promise$resolve$$resolve
(object)
test/manual/promise.js:9
Function
matchAll
(regExp, str)
lib/utils.js:507
Function
mergeDirectKeys
(a, b, prop)
lib/core/mergeConfig.js:59
← previous
next →
201–300 of 338, ranked by callers