sync-request
sync-request copied to clipboard
Make synchronous web requests with cross platform support.
Hello The documentation states it clearly that this library shouldn't be used in production because it blocks the application. Which is true, except there are examples where you actually want...
## The devDependency [body-parser](https://github.com/expressjs/body-parser) was updated from `1.18.3` to `1.19.0`. 🚨 [View failing branch](https://github.com/ForbesLindesay/sync-request/compare/master...ForbesLindesay:greenkeeper%2Fbody-parser-1.19.0). This version is **covered** by your **current version range** and after updating it in your project...
How I can set 'rejectUnauthorized: false' like in 'request' lib?
## The dependency [then-request](https://github.com/then/then-request) was updated from `6.0.0` to `6.0.1`. 🚨 [View failing branch](https://github.com/ForbesLindesay/sync-request/compare/master...ForbesLindesay:greenkeeper%2Fthen-request-6.0.1). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [flowgen2]() was updated from `2.2.0` to `2.2.1`. 🚨 [View failing branch](https://github.com/ForbesLindesay/sync-request/compare/master...ForbesLindesay:greenkeeper%2Fflowgen2-2.2.1). This version is **covered** by your **current version range** and after updating it in your project...
## The dependency [http-response-object](https://github.com/ForbesLindesay/http-response-object) was updated from `3.0.1` to `3.0.2`. 🚨 [View failing branch](https://github.com/ForbesLindesay/sync-request/compare/master...ForbesLindesay:greenkeeper%2Fhttp-response-object-3.0.2). This version is **covered** by your **current version range** and after updating it in your project...
## Version **1.9.1** of **morgan** was just published. Branch Build failing 🚨 Dependency morgan Current Version 1.9.0 Type devDependency This version is **covered** by your **current version range** and after...
… application of the module
Hi, I have generated 2 APIs: 1. for saving a file 2. for saving an array of bytes calling them from a nodejs client, respectively: 1. ``` const {FormData} =...
Hello, not sure if this feature is already there, but I'm having problems trying to make a request behind a proxy. I couldn't find any documentation about that.