lepu-test-platform-web/node_modules/axios/lib/helpers
zhangbo db3ebd0df0 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
..
README.md 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
bind.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
buildURL.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
combineURLs.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
cookies.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
deprecatedMethod.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
isAbsoluteURL.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
isURLSameOrigin.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
normalizeHeaderName.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
parseHeaders.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
spread.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00

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