mirror of https://github.com/sundowndev/http.git
update readme
parent
875567af0a
commit
e0393c8ece
|
@ -35,11 +35,17 @@ If you are coming from an older release please be sure to read [Migration Guide]
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
✓ Automatically set base URL for client & server side
|
✓ Automatically set base URL for client & server side
|
||||||
|
|
||||||
✓ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens
|
✓ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens
|
||||||
|
|
||||||
✓ Throws _nuxt-friendly_ errors and optionally redirect on specific error codes
|
✓ Throws _nuxt-friendly_ errors and optionally redirect on specific error codes
|
||||||
|
|
||||||
✓ Automatically enables `withCredentials` when requesting to base URL
|
✓ Automatically enables `withCredentials` when requesting to base URL
|
||||||
|
|
||||||
✓ Proxy request headers in SSR (Useful for auth)
|
✓ Proxy request headers in SSR (Useful for auth)
|
||||||
|
|
||||||
✓ Fetch Style requests
|
✓ Fetch Style requests
|
||||||
|
|
||||||
✓ Automatically integrate with Nuxt.js progress bar
|
✓ Automatically integrate with Nuxt.js progress bar
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
Loading…
Reference in New Issue