mirror of
https://github.com/axios/axios.git
synced 2026-04-13 02:51:56 +08:00
* Fixing combineURLs to support an empty relativeURL When combining the base and relative URLs, we should forego force appending a slash to the base when the relative URL is empty. This leads to a semantic url. * Fixing combineURLs, allowing single slash relatives |
||
|---|---|---|
| .. | ||
| bind.js | ||
| btoa.js | ||
| buildURL.js | ||
| combineURLs.js | ||
| cookies.js | ||
| deprecatedMethod.js | ||
| isAbsoluteURL.js | ||
| isURLSameOrigin.js | ||
| normalizeHeaderName.js | ||
| parseHeaders.js | ||
| README.md | ||
| spread.js | ||
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