client-request
client-request copied to clipboard
A zero-dependency stripped-down http client request module based on the http://npm.im/request API.
Results
2
client-request issues
Sort by
recently updated
recently updated
newest added
This allows for easy differentiation of timeout errors, which client wrappers may often want to attempt a retry when encountered. Fixes https://github.com/brycebaril/client-request/issues/14 @brycebaril
All the timeout handing logic is overridden with custom errors, making it unwieldy to catch 408 / client timeouts for retries since the `ECONNRESET` code is not propagated.