MCPcopy Create free account

hub / github.com/axios/axios / functions

Functions302 in github.com/axios/axios

Methodconstructor
(instanceConfig)
lib/core/Axios.js:22
Methodconstructor
(options)
lib/helpers/AxiosTransformStream.js:11
Methodconstructor
(name, value)
lib/helpers/formDataToStream.js:15
Methodconstructor
(executor)
lib/cancel/CancelToken.js:13
Methodconstructor
(options)
bin/RepoBot.js:21
Methodconstructor
(owner, repo)
bin/GithubAPI.js:10
FunctiondefaultToConfig2
(a, b)
lib/core/mergeConfig.js:50
FunctiondefaultVisitor
* Default visitor. * * @param {*} value * @param {String|Number} key * @param {Array<String|Number>} path * @this {FormData} * *
lib/helpers/toFormData.js:144
MethoddefineAccessor
(_header)
lib/core/AxiosHeaders.js:268
MethoddeleteHeader
(_header)
lib/core/AxiosHeaders.js:156
MethoddeleteLabel
(issue, label)
bin/GithubAPI.js:58
FunctiondeprecatedMethod
(method, instead, docs)
lib/helpers/deprecatedMethod.js:15
FunctiondispatchBeforeRedirect
* 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
FunctiondispatchRequest
(config)
lib/core/dispatchRequest.js:34
Methodeject
* 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
Functionencode
* 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
Functionencode
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their * URI encoded counterparts * * @param {string} val The va
lib/helpers/buildURL.js:14
FunctionendsWith
(str, searchString, position)
lib/utils.js:429
MethodescapeName
(name)
lib/helpers/formDataToStream.js:53
Functionfinish
()
test/specs/requests.spec.js:118
Functionfn1
(a: number, b: number, c: number)
test/module/typings/esm/index.ts:397
Functionfn1
(a: number, b: number, c: number)
test/module/typings/cjs/index.ts:357
FunctionforEachEntry
(obj, fn)
lib/utils.js:483
FunctionfreezeMethods
(obj)
lib/utils.js:557
FunctiongenerateString
(size = 16, alphabet = ALPHABET.ALPHA_DIGIT)
lib/utils.js:614
MethodgetComment
(id)
bin/GithubAPI.js:34
MethodgetIssue
(issue)
bin/GithubAPI.js:62
MethodgetIssues
({state= 'open', labels, sort = 'created', desc = false, per_page = 100, page = 1})
bin/GithubAPI.js:70
MethodgetLatestTag
()
bin/GithubAPI.js:109
MethodgetRelease
(release = 'latest')
bin/GithubAPI.js:88
MethodgetReleases
({per_page = 30, page= 1} = {})
bin/GithubAPI.js:84
FunctiongetRequestConfig1
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:519
FunctiongetRequestConfig2
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:529
MethodgetTagRef
(tag)
bin/GithubAPI.js:102
MethodgetTags
({per_page = 30, page= 1} = {})
bin/GithubAPI.js:92
FunctionhandleError
(error: AxiosError)
test/module/typings/esm/index.ts:80
FunctionhandleError
(error: axios.AxiosError)
test/module/typings/cjs/index.ts:57
FunctionhandleFailure
(data)
sandbox/client.js:10
FunctionhandleResponse
(response: AxiosResponse)
test/module/typings/esm/index.ts:72
FunctionhandleResponse
(response: axios.AxiosResponse)
test/module/typings/cjs/index.ts:49
FunctionhandleStringResponse
(response: string)
test/module/typings/esm/index.ts:189
FunctionhandleStringResponse
(response: string)
test/module/typings/cjs/index.ts:166
FunctionhandleSuccess
(data)
sandbox/client.js:9
FunctionhandleUserResponse
(response: AxiosResponse<User>)
test/module/typings/esm/index.ts:142
FunctionhandleUserResponse
(response: axios.AxiosResponse<User>)
test/module/typings/cjs/index.ts:119
Functioninherits
(constructor, superConstructor, props, descriptors)
lib/utils.js:376
FunctionisArrayBufferView
* 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
FunctionisBoolean
lib/utils.js:120
FunctionisBuffer
* 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
FunctionisFormData
(thing)
lib/utils.js:190
FunctionisSpecCompliantForm
* 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
FunctionisStream
(val)
lib/utils.js:181
FunctionisThenable
(thing)
lib/utils.js:668
Functionlib$es6$promise$$internal$$ErrorObject
()
test/manual/promise.js:9
Functionlib$es6$promise$$internal$$noop
()
test/manual/promise.js:9
Functionlib$es6$promise$$internal$$publishRejection
(promise)
test/manual/promise.js:9
Functionlib$es6$promise$asap$$flush
()
test/manual/promise.js:9
Functionlib$es6$promise$asap$$setAsap
(asapFn)
test/manual/promise.js:9
Functionlib$es6$promise$asap$$setScheduler
(scheduleFn)
test/manual/promise.js:9
Functionlib$es6$promise$enumerator$$Enumerator
(Constructor,input)
test/manual/promise.js:9
Functionlib$es6$promise$polyfill$$polyfill
()
test/manual/promise.js:9
Functionlib$es6$promise$promise$$Promise
(resolver)
test/manual/promise.js:9
Functionlib$es6$promise$promise$all$$all
(entries)
test/manual/promise.js:9
Functionlib$es6$promise$promise$race$$race
(entries)
test/manual/promise.js:9
Functionlib$es6$promise$promise$reject$$reject
(reason)
test/manual/promise.js:9
Functionlib$es6$promise$promise$resolve$$resolve
(object)
test/manual/promise.js:9
FunctionmatchAll
(regExp, str)
lib/utils.js:504
FunctionmergeDirectKeys
(a, b, prop)
lib/core/mergeConfig.js:59
Functionnoop
()
lib/utils.js:597
Functionnoop
()
test/unit/adapters/http.js:55
MethodnormalizeTag
(tag)
bin/GithubAPI.js:117
MethodonFinish
()
lib/helpers/AxiosTransformStream.js:79
FunctiononFulfillment
(value)
test/manual/promise.js:9
FunctiononGetCall
(config)
test/specs/interceptors.spec.js:95
FunctiononPostCall
(config)
test/specs/interceptors.spec.js:112
FunctiononRejection
(reason)
test/manual/promise.js:9
Functiononloadend
()
lib/adapters/xhr.js:92
FunctionparseSection
(body, name, cb)
bin/helpers/parser.js:8
MethodpushChunk
(_chunk, _callback)
lib/helpers/AxiosTransformStream.js:110
Functionread
(name)
lib/helpers/cookies.js:22
Functionremove
(name)
lib/helpers/cookies.js:27
MethodreopenIssue
(issue)
bin/GithubAPI.js:96
Functionset
(headerValue)
lib/core/AxiosHeaders.js:290
MethodsetHeaders
(headers, _rewrite)
lib/core/AxiosHeaders.js:96
MethodsetLength
(length)
lib/helpers/AxiosTransformStream.js:185
Methodsource
* Returns an object that contains a new `CancelToken` and a function that, when called, * cancels the `CancelToken`.
lib/cancel/CancelToken.js:109
FunctionstripBOM
(content)
lib/utils.js:360
Methodsubmit
()
index.d.ts:521
MethodthrowIfRequested
* Throws a `CanceledError` if cancellation has been requested.
lib/cancel/CancelToken.js:68
FunctiontoCamelCase
lib/utils.js:518
FunctiontoFiniteNumber
(value, defaultValue)
lib/utils.js:599
FunctiontoJSON
()
test/unit/utils/utils.js:72
FunctiontoJSONObject
(obj)
lib/utils.js:635
FunctiontoObjectSet
(arrayOrString, delimiter)
lib/utils.js:583
MethodtransformChunk
(_chunk, _callback)
lib/helpers/AxiosTransformStream.js:129
FunctiontransformData
(fns, response)
lib/core/transformData.js:15
Functiontrim
(str)
lib/utils.js:219
FunctionunusedFulfillInterceptor
()
test/specs/interceptors.spec.js:449
MethodupdateComment
(id, body)
bin/GithubAPI.js:38
Methoduse
* 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
← previousnext →201–300 of 302, ranked by callers