httpinkie
v0.1.0
Published
HTTP as a Promise
Downloads
2
Readme
httpinkie
HTTP as a Promise
Install
$ npm install --save httpinkie
Usage
var http = require('httpinkie');
http.request({host: 'google.com'})
.then(console.log);
HTTP
request(req)
req
Required
Type: Object
HTTP request object with additional fields:
timeout
body
License
MIT © Vsevolod Strukchinsky