seven 717b51f178 init 10 месяцев назад
..
AxiosTransformStream.js 717b51f178 init 10 месяцев назад
AxiosURLSearchParams.js 717b51f178 init 10 месяцев назад
HttpStatusCode.js 717b51f178 init 10 месяцев назад
README.md 717b51f178 init 10 месяцев назад
ZlibHeaderTransformStream.js 717b51f178 init 10 месяцев назад
bind.js 717b51f178 init 10 месяцев назад
buildURL.js 717b51f178 init 10 месяцев назад
callbackify.js 717b51f178 init 10 месяцев назад
combineURLs.js 717b51f178 init 10 месяцев назад
composeSignals.js 717b51f178 init 10 месяцев назад
cookies.js 717b51f178 init 10 месяцев назад
deprecatedMethod.js 717b51f178 init 10 месяцев назад
formDataToJSON.js 717b51f178 init 10 месяцев назад
formDataToStream.js 717b51f178 init 10 месяцев назад
fromDataURI.js 717b51f178 init 10 месяцев назад
isAbsoluteURL.js 717b51f178 init 10 месяцев назад
isAxiosError.js 717b51f178 init 10 месяцев назад
isURLSameOrigin.js 717b51f178 init 10 месяцев назад
null.js 717b51f178 init 10 месяцев назад
parseHeaders.js 717b51f178 init 10 месяцев назад
parseProtocol.js 717b51f178 init 10 месяцев назад
progressEventReducer.js 717b51f178 init 10 месяцев назад
readBlob.js 717b51f178 init 10 месяцев назад
resolveConfig.js 717b51f178 init 10 месяцев назад
speedometer.js 717b51f178 init 10 месяцев назад
spread.js 717b51f178 init 10 месяцев назад
throttle.js 717b51f178 init 10 месяцев назад
toFormData.js 717b51f178 init 10 месяцев назад
toURLEncodedForm.js 717b51f178 init 10 месяцев назад
trackStream.js 717b51f178 init 10 месяцев назад
validator.js 717b51f178 init 10 месяцев назад

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