MCPcopy Create free account

hub / github.com/axios/axios / functions

Functions338 in github.com/axios/axios

↓ 1 callersFunctionupdateReadmeSponsors
(url, path, marker = '<!--<div>marker</div>-->')
bin/sponsors.js:29
↓ 1 callersFunctionvalidateInvalidCharacterError
(error)
test/specs/basicAuth.spec.js:3
↓ 1 callersFunctionvisit
(source, i)
lib/utils.js:620
↓ 1 callersFunctionwrapAsync
(asyncExecutor)
lib/adapters/http.js:131
FunctionAxiosError
* 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
FunctionAxiosURLSearchParams
* 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
FunctionCanceledError
* 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
FunctionSERVER_HANDLER_STREAM_ECHO
(req, res)
test/helpers/server.js:9
FunctionSERVER_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
Functionadapter
(config)
test/module/typings/esm/index.ts:363
Functionadapter
(config: axios.InternalAxiosRequestConfig)
test/module/typings/cjs/index.ts:334
Methodappend
()
test/unit/utils/utils.js:46
FunctionassertOptions
* Assert object's properties type * * @param {object} options * @param {object} schema * @param {boolean?} allowUnknown * * @returns {object}
lib/helpers/validator.js:73
FunctionassignValue
(val, key)
lib/utils.js:316
FunctioncatchingThrowingInterceptor
()
test/specs/interceptors.spec.js:465
Methodclear
(matcher)
lib/core/AxiosHeaders.js:191
Methodclear
* Clear all interceptors from the stack * * @returns {void}
lib/core/InterceptorManager.js:46
MethodcloseIssue
(issue)
bin/GithubAPI.js:78
Methodconstructor
(headers)
lib/core/AxiosHeaders.js:75
Methodconstructor
()
lib/core/InterceptorManager.js:6
Methodconstructor
(instanceConfig)
lib/core/Axios.js:22
Methodconstructor
(options)
lib/helpers/AxiosTransformStream.js:9
Methodconstructor
(name, value)
lib/helpers/formDataToStream.js:16
Methodconstructor
(executor)
lib/cancel/CancelToken.js:13
Methodconstructor
(options)
bin/RepoBot.js:21
Methodconstructor
(owner, repo)
bin/GithubAPI.js:10
FunctioncustomSerializer
(thisParams)
test/specs/helpers/buildURL.spec.js:102
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:284
MethoddeleteHeader
(_header)
lib/core/AxiosHeaders.js:168
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:65
FunctiondispatchRequest
(config)
lib/core/dispatchRequest.js:34
Functionduplex
()
lib/adapters/fetch.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:432
MethodescapeName
(name)
lib/helpers/formDataToStream.js:54
Functionfinish
()
test/specs/requests.spec.js:118
Functionfn1
(a: number, b: number, c: number)
test/module/typings/esm/index.ts:398
Functionfn1
(a: number, b: number, c: number)
test/module/typings/cjs/index.ts:358
FunctionforEachEntry
(obj, fn)
lib/utils.js:486
FunctionfreezeMethods
(obj)
lib/utils.js:560
FunctiongenerateString
(size = 16, alphabet = ALPHABET.ALPHA_DIGIT)
lib/platform/node/index.js:15
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:520
FunctiongetRequestConfig2
(options: AxiosRequestConfig)
test/module/typings/esm/index.ts:530
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:81
FunctionhandleError
(error: axios.AxiosError)
test/module/typings/cjs/index.ts:58
FunctionhandleFailure
(data)
sandbox/client.js:10
FunctionhandleFormData
(req)
test/helpers/server.js:64
FunctionhandleResponse
(response: AxiosResponse)
test/module/typings/esm/index.ts:73
FunctionhandleResponse
(response: axios.AxiosResponse)
test/module/typings/cjs/index.ts:50
FunctionhandleStringResponse
(response: string)
test/module/typings/esm/index.ts:190
FunctionhandleStringResponse
(response: string)
test/module/typings/cjs/index.ts:167
FunctionhandleSuccess
(data)
sandbox/client.js:9
FunctionhandleUserResponse
(response: AxiosResponse<User>)
test/module/typings/esm/index.ts:143
FunctionhandleUserResponse
(response: axios.AxiosResponse<User>)
test/module/typings/cjs/index.ts:120
Functioninherits
(constructor, superConstructor, props, descriptors)
lib/utils.js:379
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:70
FunctionisBoolean
lib/utils.js:121
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:48
FunctionisFormData
(thing)
lib/utils.js:191
FunctionisIterable
(thing)
lib/utils.js:684
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:613
FunctionisStream
(val)
lib/utils.js:182
FunctionisThenable
(thing)
lib/utils.js:650
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:507
FunctionmergeDirectKeys
(a, b, prop)
lib/core/mergeConfig.js:59
← previousnext →201–300 of 338, ranked by callers