http/docs
renovate[bot] 211da50f20 chore(deps): update all non-major dependencies (#71) 2019-11-01 17:40:17 +01:00
..
.vuepress docs: improve documentation (#6) 2019-04-10 14:40:03 +04:30
api docs: mention retry as an object possibility 2019-09-05 18:31:55 +02:00
guide docs: broken link in guide (#56) 2019-07-10 14:15:06 +04:30
.gitignore migrate to vue-press 2019-03-24 15:10:04 +04:30
package.json chore(deps): update all non-major dependencies (#71) 2019-11-01 17:40:17 +01:00
readme.md docs: fix migration guide link (#26) 2019-04-20 21:18:34 +02:00
yarn.lock chore(deps): update all non-major dependencies (#71) 2019-11-01 17:40:17 +01:00

readme.md

Introduction

HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend.

This module is an alternative to Axios Module. Behind the scenes it use ky-universal and Fetch API to make HTTP requests. Please see the migration guide if you are currently using axios module and wish to migrate.

Starting from v2.5.0, Nuxt.js has built-in support for universal fetch. However, this module provides several advantages:

  • The fluent ky API has been extended with enhancements and shortcuts
  • Highly customizable options support for BaseURL
  • Automatically proxy cookies and headers when making requests from server side
  • Best practices to avoid token sharing when making server side requests
  • Easy proxy support to avoid CORS problems and making deployment easier