You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parttimejob/node_modules/axios/lib/helpers
侯晓宇 0cb2601919
init
1 month ago
..
AxiosTransformStream.js init 1 month ago
AxiosURLSearchParams.js init 1 month ago
HttpStatusCode.js init 1 month ago
README.md init 1 month ago
ZlibHeaderTransformStream.js init 1 month ago
bind.js init 1 month ago
buildURL.js init 1 month ago
callbackify.js init 1 month ago
combineURLs.js init 1 month ago
composeSignals.js init 1 month ago
cookies.js init 1 month ago
deprecatedMethod.js init 1 month ago
formDataToJSON.js init 1 month ago
formDataToStream.js init 1 month ago
fromDataURI.js init 1 month ago
isAbsoluteURL.js init 1 month ago
isAxiosError.js init 1 month ago
isURLSameOrigin.js init 1 month ago
null.js init 1 month ago
parseHeaders.js init 1 month ago
parseProtocol.js init 1 month ago
progressEventReducer.js init 1 month ago
readBlob.js init 1 month ago
resolveConfig.js init 1 month ago
speedometer.js init 1 month ago
spread.js init 1 month ago
throttle.js init 1 month ago
toFormData.js init 1 month ago
toURLEncodedForm.js init 1 month ago
trackStream.js init 1 month ago
validator.js init 1 month ago

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