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

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