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

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