mirror of
https://github.com/axios/axios.git
synced 2026-04-13 15:01:54 +08:00
* feat: add boolean flag to mimic pre 1.x behavior for paramsSerializer custom function * chore: update ParamsSerializer Readme * fix: dont slice hash off URL if not appending params * Omit nulls from formData serialization * fix: dont add nulls or undefined values to arrays either * readme update * fix test * chore: documentation * chore: do TS properly Co-authored-by: Jay <jasonsaayman@gmail.com> |
||
|---|---|---|
| .. | ||
| AxiosTransformStream.js | ||
| AxiosURLSearchParams.js | ||
| bind.js | ||
| buildURL.js | ||
| combineURLs.js | ||
| cookies.js | ||
| deprecatedMethod.js | ||
| formDataToJSON.js | ||
| fromDataURI.js | ||
| isAbsoluteURL.js | ||
| isAxiosError.js | ||
| isURLSameOrigin.js | ||
| null.js | ||
| parseHeaders.js | ||
| parseProtocol.js | ||
| README.md | ||
| speedometer.js | ||
| spread.js | ||
| throttle.js | ||
| toFormData.js | ||
| toURLEncodedForm.js | ||
| validator.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