mirror of https://github.com/sundowndev/http.git
31d1acaa94 | ||
---|---|---|
.circleci | ||
.github | ||
docs | ||
lib | ||
test | ||
.editorconfig | ||
.eslintrc.js | ||
.gitbook.yaml | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
index.d.ts | ||
package.json | ||
renovate.json | ||
yarn.lock |
README.md
📦 Axios Module
Secure and Easy Axios integration with Nuxt.js.
✅ Features
✓ Automatically set base URL for client & server side
✓ Exposes setToken
function to $axios
so we can easily and globally set authentication tokens
✓ Automatically enables withCredentials
when requesting to base URL
✓ Proxy request headers in SSR (Useful for auth)
✓ Fetch Style requests
✓ Integrated with Nuxt.js Progressbar while making requests
✓ Integrated with Proxy Module
✓ Auto retry requests with axios-retry
📑 License
MIT License - Nuxt Community