
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
Request-Promise adds a Bluebird-powered ".then" method to Request call objects. By default, http response codes other than 2xx will cause the promise to be rejected. This can be overwritten by setting options.simple = false.
Node.js is an event-based server-side JavaScript engine.