Core Promise support implementation for the simplified HTTP request client 'request'.
npm install gs-postman-request-promise-coreThis package is the core for the following packages:
- gs-postman-request-promise-native
gs-postman-request-promise-core contains the core logic to add Promise support to postman-request.
```
npm install --save postman-request
npm install --save gs-postman-request-promise-core
postman-request` is defined as a peer-dependency and thus has to be installed separately.
In case you never heard about the ISC license it is functionally equivalent to the MIT license.
See the LICENSE file for details.