潘超林 b17e38f0e7 新建 3 mēneši atpakaļ
..
AxiosTransformStream.js b17e38f0e7 新建 3 mēneši atpakaļ
AxiosURLSearchParams.js b17e38f0e7 新建 3 mēneši atpakaļ
HttpStatusCode.js b17e38f0e7 新建 3 mēneši atpakaļ
README.md b17e38f0e7 新建 3 mēneši atpakaļ
ZlibHeaderTransformStream.js b17e38f0e7 新建 3 mēneši atpakaļ
bind.js b17e38f0e7 新建 3 mēneši atpakaļ
buildURL.js b17e38f0e7 新建 3 mēneši atpakaļ
callbackify.js b17e38f0e7 新建 3 mēneši atpakaļ
combineURLs.js b17e38f0e7 新建 3 mēneši atpakaļ
composeSignals.js b17e38f0e7 新建 3 mēneši atpakaļ
cookies.js b17e38f0e7 新建 3 mēneši atpakaļ
deprecatedMethod.js b17e38f0e7 新建 3 mēneši atpakaļ
formDataToJSON.js b17e38f0e7 新建 3 mēneši atpakaļ
formDataToStream.js b17e38f0e7 新建 3 mēneši atpakaļ
fromDataURI.js b17e38f0e7 新建 3 mēneši atpakaļ
isAbsoluteURL.js b17e38f0e7 新建 3 mēneši atpakaļ
isAxiosError.js b17e38f0e7 新建 3 mēneši atpakaļ
isURLSameOrigin.js b17e38f0e7 新建 3 mēneši atpakaļ
null.js b17e38f0e7 新建 3 mēneši atpakaļ
parseHeaders.js b17e38f0e7 新建 3 mēneši atpakaļ
parseProtocol.js b17e38f0e7 新建 3 mēneši atpakaļ
progressEventReducer.js b17e38f0e7 新建 3 mēneši atpakaļ
readBlob.js b17e38f0e7 新建 3 mēneši atpakaļ
resolveConfig.js b17e38f0e7 新建 3 mēneši atpakaļ
speedometer.js b17e38f0e7 新建 3 mēneši atpakaļ
spread.js b17e38f0e7 新建 3 mēneši atpakaļ
throttle.js b17e38f0e7 新建 3 mēneši atpakaļ
toFormData.js b17e38f0e7 新建 3 mēneši atpakaļ
toURLEncodedForm.js b17e38f0e7 新建 3 mēneši atpakaļ
trackStream.js b17e38f0e7 新建 3 mēneši atpakaļ
validator.js b17e38f0e7 新建 3 mēneši atpakaļ

README.md

axios // helpers

The modules found in helpers/ should be generic modules that are not specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:

  • Browser polyfills
  • Managing cookies
  • Parsing HTTP headers