This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

pr-request2

0.2.0 • Public • Published

pr-prequest

promisified request module

not yet stable or really tested. check back soon underconstruction.gif

usage

var request = require('pr-request')

request('http://www.google.com')
.then(function (response) {
   console.log(response.body)
})

api

see request's docs.

Note, currently only the main request function is supported.

see also

pr for promiseified node builtins

installation

$ npm install pr-request

tests

$ npm test

kudos and respect to

@mikeal and the rest of the request contributors

contributors

jden jason@denizac.org

license

Public Domain.

CC0

To the extent possible under law, jason denizac has waived all copyright and related or neighboring rights to pr-request. This work is published from: United States.

Readme

Keywords

none

Package Sidebar

Install

npm i pr-request2

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • gvangool