axios-docs icon indicating copy to clipboard operation
axios-docs copied to clipboard

Official documentation for the axios HTTP library

Results 101 axios-docs issues
Sort by recently updated
recently updated
newest added

In this PR, I have updated the documentation to accurately reflect the correct configuration for paramsSerializer. I have replaced the outdated code block with the correct configuration as shown above....

https://github.com/axios/axios-docs/blob/master/posts/en/req_config.md?plain=1#L56 **Describe the bug** The documentation currently states that `paramsSerialization` is ... ```js paramsSerializer: function (params) { return Qs.stringify(params, {arrayFormat: 'brackets'}) }, ``` However, after upgrading the correct configuration is...

bug

Fixed typo in multipart docs page.

Section/Content To Improve On the documentation page for Multipart Bodies (https://axios-http.com/docs/multipart) there is a line that reads: "HTML form can be passes directly as a request payload" image ![image](https://github.com/axios/axios-docs/assets/100077254/fd95fe61-8828-4f88-b97c-dfa35e6c3448) Suggested...

bug

Type Error: - THTML form can be passed directly as a request payload

changed-passes-to-passed Fixed #5847

Fixed a typo in posts/en/multipart.md closes #133

### What change does this PR introduce? This PR Fixes #133 typo in multipart docs page in `posts/en/multipart.md`