🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@nuxt/http

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/http

Universal HTTP Module for Nuxt.js

0.6.4
latest
Source
npm
Version published
Weekly downloads
10K
-26.45%
Maintainers
3
Weekly downloads
 
Created
Source

@nuxt/http

Nuxt HTTP

npm version npm downloads Github Actions CI Codecov License Standard JS

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

Features

  • 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

📖  Read more

Development

  • Clone this repository
  • Install dependencies using yarn install
  • Start development server using yarn dev
  • Then go for instance to http://localhost:3000/mounted

📖 Contribute to the documentation

  • Go into the docs folder
  • Install dependencies using yarn install
  • Start development server using yarn dev

📑 License

MIT License

Copyright (c) Nuxt.js Team

FAQs

Package last updated on 27 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts