Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ functions
Functions
302 in github.com/axios/axios
⨍
Functions
302
◇
Types & classes
68
Method
constructor
(instanceConfig)
lib/core/Axios.js:22
Method
constructor
(options)
lib/helpers/AxiosTransformStream.js:11
Method
constructor
(name, value)
lib/helpers/formDataToStream.js:15
Method
constructor
(executor)
lib/cancel/CancelToken.js:13
Method
constructor
(options)
bin/RepoBot.js:21
Method
constructor
(owner, repo)
bin/GithubAPI.js:10
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:268
Method
deleteHeader
(_header)
lib/core/AxiosHeaders.js:156
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:56
Function
dispatchRequest
(config)
lib/core/dispatchRequest.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:429
Method
escapeName
(name)
lib/helpers/formDataToStream.js:53
Function
finish
()
test/specs/requests.spec.js:118
Function
fn1
(a: number, b: number, c: number)
test/module/typings/esm/index.ts:397
Function
fn1
(a: number, b: number, c: number)
test/module/typings/cjs/index.ts:357
Function
forEachEntry
(obj, fn)
lib/utils.js:483
Function
freezeMethods
(obj)
lib/utils.js:557
Function
generateString
(size = 16, alphabet = ALPHABET.ALPHA_DIGIT)
lib/utils.js:614
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:519
Function
getRequestConfig2
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:529
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:80
Function
handleError
(error: axios.AxiosError)
test/module/typings/cjs/index.ts:57
Function
handleFailure
(data)
sandbox/client.js:10
Function
handleResponse
(response: AxiosResponse)
test/module/typings/esm/index.ts:72
Function
handleResponse
(response: axios.AxiosResponse)
test/module/typings/cjs/index.ts:49
Function
handleStringResponse
(response: string)
test/module/typings/esm/index.ts:189
Function
handleStringResponse
(response: string)
test/module/typings/cjs/index.ts:166
Function
handleSuccess
(data)
sandbox/client.js:9
Function
handleUserResponse
(response: AxiosResponse<User>)
test/module/typings/esm/index.ts:142
Function
handleUserResponse
(response: axios.AxiosResponse<User>)
test/module/typings/cjs/index.ts:119
Function
inherits
(constructor, superConstructor, props, descriptors)
lib/utils.js:376
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:69
Function
isBoolean
lib/utils.js:120
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:47
Function
isFormData
(thing)
lib/utils.js:190
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:631
Function
isStream
(val)
lib/utils.js:181
Function
isThenable
(thing)
lib/utils.js:668
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:504
Function
mergeDirectKeys
(a, b, prop)
lib/core/mergeConfig.js:59
Function
noop
()
lib/utils.js:597
Function
noop
()
test/unit/adapters/http.js:55
Method
normalizeTag
(tag)
bin/GithubAPI.js:117
Method
onFinish
()
lib/helpers/AxiosTransformStream.js:79
Function
onFulfillment
(value)
test/manual/promise.js:9
Function
onGetCall
(config)
test/specs/interceptors.spec.js:95
Function
onPostCall
(config)
test/specs/interceptors.spec.js:112
Function
onRejection
(reason)
test/manual/promise.js:9
Function
onloadend
()
lib/adapters/xhr.js:92
Function
parseSection
(body, name, cb)
bin/helpers/parser.js:8
Method
pushChunk
(_chunk, _callback)
lib/helpers/AxiosTransformStream.js:110
Function
read
(name)
lib/helpers/cookies.js:22
Function
remove
(name)
lib/helpers/cookies.js:27
Method
reopenIssue
(issue)
bin/GithubAPI.js:96
Function
set
(headerValue)
lib/core/AxiosHeaders.js:290
Method
setHeaders
(headers, _rewrite)
lib/core/AxiosHeaders.js:96
Method
setLength
(length)
lib/helpers/AxiosTransformStream.js:185
Method
source
* Returns an object that contains a new `CancelToken` and a function that, when called, * cancels the `CancelToken`.
lib/cancel/CancelToken.js:109
Function
stripBOM
(content)
lib/utils.js:360
Method
submit
()
index.d.ts:521
Method
throwIfRequested
* Throws a `CanceledError` if cancellation has been requested.
lib/cancel/CancelToken.js:68
Function
toCamelCase
lib/utils.js:518
Function
toFiniteNumber
(value, defaultValue)
lib/utils.js:599
Function
toJSON
()
test/unit/utils/utils.js:72
Function
toJSONObject
(obj)
lib/utils.js:635
Function
toObjectSet
(arrayOrString, delimiter)
lib/utils.js:583
Method
transformChunk
(_chunk, _callback)
lib/helpers/AxiosTransformStream.js:129
Function
transformData
(fns, response)
lib/core/transformData.js:15
Function
trim
(str)
lib/utils.js:219
Function
unusedFulfillInterceptor
()
test/specs/interceptors.spec.js:449
Method
updateComment
(id, body)
bin/GithubAPI.js:38
Method
use
* Add a new interceptor to the stack * * @param {Function} fulfilled The function to handle `then` for a `Promise` * @param {Function} reject
lib/core/InterceptorManager.js:18
← previous
next →
201–300 of 302, ranked by callers