seven 717b51f178 init před 2 týdny
..
AxiosTransformStream.js 717b51f178 init před 2 týdny
AxiosURLSearchParams.js 717b51f178 init před 2 týdny
HttpStatusCode.js 717b51f178 init před 2 týdny
README.md 717b51f178 init před 2 týdny
ZlibHeaderTransformStream.js 717b51f178 init před 2 týdny
bind.js 717b51f178 init před 2 týdny
buildURL.js 717b51f178 init před 2 týdny
callbackify.js 717b51f178 init před 2 týdny
combineURLs.js 717b51f178 init před 2 týdny
composeSignals.js 717b51f178 init před 2 týdny
cookies.js 717b51f178 init před 2 týdny
deprecatedMethod.js 717b51f178 init před 2 týdny
formDataToJSON.js 717b51f178 init před 2 týdny
formDataToStream.js 717b51f178 init před 2 týdny
fromDataURI.js 717b51f178 init před 2 týdny
isAbsoluteURL.js 717b51f178 init před 2 týdny
isAxiosError.js 717b51f178 init před 2 týdny
isURLSameOrigin.js 717b51f178 init před 2 týdny
null.js 717b51f178 init před 2 týdny
parseHeaders.js 717b51f178 init před 2 týdny
parseProtocol.js 717b51f178 init před 2 týdny
progressEventReducer.js 717b51f178 init před 2 týdny
readBlob.js 717b51f178 init před 2 týdny
resolveConfig.js 717b51f178 init před 2 týdny
speedometer.js 717b51f178 init před 2 týdny
spread.js 717b51f178 init před 2 týdny
throttle.js 717b51f178 init před 2 týdny
toFormData.js 717b51f178 init před 2 týdny
toURLEncodedForm.js 717b51f178 init před 2 týdny
trackStream.js 717b51f178 init před 2 týdny
validator.js 717b51f178 init před 2 týdny

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