then-request-proxy

0.0.2 • Public • Published

then-request

Installation

npm install then-request-proxy

Usage

request(method, url, options, callback?)

e.g.

var request = require('then-request-proxy');
 
request('GET', 'http://example.com').done(function (res) {
  console.log(res.getBody());
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i then-request-proxy

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • gynmi