陈鹏铭 ac63ce6cb5 首次提交 hace 2 años
..
AxiosTransformStream.js ac63ce6cb5 首次提交 hace 2 años
AxiosURLSearchParams.js ac63ce6cb5 首次提交 hace 2 años
HttpStatusCode.js ac63ce6cb5 首次提交 hace 2 años
README.md ac63ce6cb5 首次提交 hace 2 años
ZlibHeaderTransformStream.js ac63ce6cb5 首次提交 hace 2 años
bind.js ac63ce6cb5 首次提交 hace 2 años
buildURL.js ac63ce6cb5 首次提交 hace 2 años
callbackify.js ac63ce6cb5 首次提交 hace 2 años
combineURLs.js ac63ce6cb5 首次提交 hace 2 años
cookies.js ac63ce6cb5 首次提交 hace 2 años
deprecatedMethod.js ac63ce6cb5 首次提交 hace 2 años
formDataToJSON.js ac63ce6cb5 首次提交 hace 2 años
formDataToStream.js ac63ce6cb5 首次提交 hace 2 años
fromDataURI.js ac63ce6cb5 首次提交 hace 2 años
isAbsoluteURL.js ac63ce6cb5 首次提交 hace 2 años
isAxiosError.js ac63ce6cb5 首次提交 hace 2 años
isURLSameOrigin.js ac63ce6cb5 首次提交 hace 2 años
null.js ac63ce6cb5 首次提交 hace 2 años
parseHeaders.js ac63ce6cb5 首次提交 hace 2 años
parseProtocol.js ac63ce6cb5 首次提交 hace 2 años
readBlob.js ac63ce6cb5 首次提交 hace 2 años
speedometer.js ac63ce6cb5 首次提交 hace 2 años
spread.js ac63ce6cb5 首次提交 hace 2 años
throttle.js ac63ce6cb5 首次提交 hace 2 años
toFormData.js ac63ce6cb5 首次提交 hace 2 años
toURLEncodedForm.js ac63ce6cb5 首次提交 hace 2 años
validator.js ac63ce6cb5 首次提交 hace 2 años

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