mirror of https://github.com/sundowndev/http.git
a94424543d | ||
---|---|---|
.. | ||
.vuepress | ||
.gitignore | ||
helpers.md | ||
hooks.md | ||
options.md | ||
package.json | ||
readme.md | ||
setup.md | ||
usage.md | ||
yarn.lock |
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.