JSPM

  • Created
  • Published
  • Downloads 1076604
  • Score
    100M100P100Q180510F
  • License ISC

make http requests

Package Exports

  • http-call

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (http-call) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

http-call

codecov Build Status

node utility for simple http calls

API Reference

HTTP

Utility for simple HTTP calls

Kind: global class

HTTP.get(url, options)

make a simple http request

Kind: static method of HTTP

Param Type Description
url string url or path to call
options object

Example

const http = require('http-call')
await http.get('https://google.com')