http/docs
pooya parsa a94424543d global retry 2019-03-24 15:42:58 +04:30
..
.vuepress migrate to vue-press 2019-03-24 15:10:04 +04:30
.gitignore migrate to vue-press 2019-03-24 15:10:04 +04:30
helpers.md migrate to vue-press 2019-03-24 15:10:04 +04:30
hooks.md migrate to vue-press 2019-03-24 15:10:04 +04:30
options.md global retry 2019-03-24 15:42:58 +04:30
package.json migrate to vue-press 2019-03-24 15:10:04 +04:30
readme.md migrate to vue-press 2019-03-24 15:10:04 +04:30
setup.md migrate to vue-press 2019-03-24 15:10:04 +04:30
usage.md migrate to vue-press 2019-03-24 15:10:04 +04:30
yarn.lock migrate to vue-press 2019-03-24 15:10:04 +04:30

readme.md

Introduction

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

This module is a successor of Axios Module with more than 100K weekly downloads and heavily tested.

Behind the scenes HTTP uses ky-universal and Fetch API to make HTTP requests.