mirror of https://github.com/sundowndev/http.git
gitbook changes (#164)
* link changelog * Delete changelog.md * Delete CHANGELOG.md * Delete readme.md * Delete summary.md * Update SUMMARY.mdmaster
parent
f638dfe23c
commit
63f4dcf4f6
|
@ -6,4 +6,4 @@
|
|||
* [Helpers](helpers.md)
|
||||
* [Options](options.md)
|
||||
* [Migration Guide](migration.md)
|
||||
* [Changelog](changelog.md)
|
||||
* [Changelog](../CHANGELOG.md)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../CHANGELOG.md
|
|
@ -1,30 +0,0 @@
|
|||
# 📦 Axios Module
|
||||
|
||||
> Secure and Easy [Axios](https://github.com/mzabriskie/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](https://github.com/nuxt-community/proxy-module)
|
||||
|
||||
✓ Auto retry requests with [axios-retry](https://github.com/softonic/axios-retry)
|
||||
|
||||
## Links
|
||||
|
||||
* [GitHub](https://github.com/nuxt-community/axios-module)
|
||||
* [Release Notes](./CHANGELOG.md)
|
||||
* [Migration Guide](migration.md)
|
||||
* [Examples](https://axios.nuxtjs.org/usage.html)
|
||||
|
||||
> 👉 To get started head to [Setup](setup.md) section.
|
|
@ -1,9 +0,0 @@
|
|||
# Summary
|
||||
|
||||
* [Setup](setup.md)
|
||||
* [Usage](usage.md)
|
||||
* [Extending axios](extend.md)
|
||||
* [Helpers](helpers.md)
|
||||
* [Options](options.md)
|
||||
* [Migration Guide](migration.md)
|
||||
* [Changelog](changelog.md)
|
Loading…
Reference in New Issue