@hugoalh/network-requestdeprecated

A module/library to provide a easier way to make network request.

Usage no npm install needed!

<script type="module">
  import hugoalhNetworkRequest from 'https://cdn.skypack.dev/@hugoalh/network-request';
</script>

README

[NodeJS] Network Request

hugoalh/NodeJS.NetworkRequest

GitHub Contributors License GitHub Language Count GitHub Top Langauge GitHub Repo Size GitHub Code Size GitHub Watchers GitHub Stars GitHub Forks CodeFactor Grade LGTM Alerts LGTM Grade

Release Issue Pull Request
Latest: ()
Pre: ()
NPM
Open:
Closed:
Open:
Closed:

📜 Description

A module/library to provide a easier way to make network request.

Click here to view the official documentation online.

Supported Feature

  • Asynchronous request
  • Protocol HTTP
  • Protocol HTTPS

Planned Upcoming Feature

  • Protocol HTTP2
  • Synchronous request

📄 Documentation (Excerpt)

Getting Started

NodeJS (v10+) & NPM (v6+):

> npm install @hugoalh/network-request

API