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
node utility for simple http calls
API Reference
HTTP
Utility for simple HTTP calls
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')