axios-docs
axios-docs copied to clipboard
Official documentation for the axios HTTP library
Hello. I have fixed a small typo where the ISO numbers were wrong. I would appreciate it if you could merge them.
Fix for issue #5632 https://github.com/axios/axios/issues/5632
**Is your feature request related to a problem? Please describe.** Hi, I've noticed there is no Italian localisation for the docs, and I couldn't find evidence of anybody else working...
Hello everyone! I have spotted a translation error in the urlencoded body docs. This PR fixes the translation. Linked issue: #174
**Describe the bug** The docs says exactly the oposite to the correct information **Location** Steps to localize the error: 1. Visit https://axios-http.com/es/docs/urlencoded or visit posts/es/urlencoded.md in this repo 2. The...
Add the `pnpm add axios` installation command under the **Installing** topic in the **Introduction** interface for each language.
## Changes Made Adjusted the `margin-top` property for the heading lines within `section#hero div.content` to ensure proper spacing. This resolves the issue of overlap with the navigation bar in desktop...
AxiosError.call(axiosError, error.message, code, config, request, response); ^ AxiosError: connect ETIMEDOUT 98.159.108.57:443 at Function.AxiosError.from (C:\Users\Downloads\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\node_modules\axios\dist\node\axios.cjs:825:14) at RedirectableRequest.handleRequestError (C:\Users\Downloads\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\node_modules\axios\dist\node\axios.cjs:2961:25) at RedirectableRequest.emit (node:events:513:28) at ClientRequest.eventHandlers. (C:\Users\Downloads\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\axios-docs-dependabot-npm_and_yarn-ejs-3.1.9\node_modules\follow-redirects\index.js:14:24) at ClientRequest.emit (node:events:513:28) at TLSSocket.socketErrorListener (node:_http_client:494:9) at...
I want to serve axios-docs in our intranet environment, but with different base path. I have a nginx server with following structure `/usr/share/nginx/html/devdocs/axois` Is this possible with inert ?