This package has been deprecated

Author message:

use

http-es6-promise

0.0.2 • Public • Published

http-es6-promise

ES6 promise wrapper around nodejs HTTP api

Installation

$ npm install -g http-es6-promise

Usage

const http = require('http-es6-promise');
http.get('http://www.google.com/index.html')
    .then((result)=>{})
    .catch((error)=>{});

References

/http-es6-promise/

    Package Sidebar

    Install

    npm i http-es6-promise

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • nisheeth