zhangqiOMG 67f5284abf 首次提交 hace 2 años
..
AxiosTransformStream.js 67f5284abf 首次提交 hace 2 años
AxiosURLSearchParams.js 67f5284abf 首次提交 hace 2 años
HttpStatusCode.js 67f5284abf 首次提交 hace 2 años
README.md 67f5284abf 首次提交 hace 2 años
ZlibHeaderTransformStream.js 67f5284abf 首次提交 hace 2 años
bind.js 67f5284abf 首次提交 hace 2 años
buildURL.js 67f5284abf 首次提交 hace 2 años
combineURLs.js 67f5284abf 首次提交 hace 2 años
cookies.js 67f5284abf 首次提交 hace 2 años
deprecatedMethod.js 67f5284abf 首次提交 hace 2 años
formDataToJSON.js 67f5284abf 首次提交 hace 2 años
formDataToStream.js 67f5284abf 首次提交 hace 2 años
fromDataURI.js 67f5284abf 首次提交 hace 2 años
isAbsoluteURL.js 67f5284abf 首次提交 hace 2 años
isAxiosError.js 67f5284abf 首次提交 hace 2 años
isURLSameOrigin.js 67f5284abf 首次提交 hace 2 años
null.js 67f5284abf 首次提交 hace 2 años
parseHeaders.js 67f5284abf 首次提交 hace 2 años
parseProtocol.js 67f5284abf 首次提交 hace 2 años
readBlob.js 67f5284abf 首次提交 hace 2 años
speedometer.js 67f5284abf 首次提交 hace 2 años
spread.js 67f5284abf 首次提交 hace 2 años
throttle.js 67f5284abf 首次提交 hace 2 años
toFormData.js 67f5284abf 首次提交 hace 2 años
toURLEncodedForm.js 67f5284abf 首次提交 hace 2 años
validator.js 67f5284abf 首次提交 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