- Remove default request timeout when
keepAliveDuration
is used (was 3s by default)
- Fix retry even if the socket is closed immediately on server side (socket hang up)
- Accept empty response in JSON mode. Returned
data
isnull
in this case.
- Add benchmark and replace NodeJS
pipeline
by traditionalpipe
(x2 faster) - Add default keep alive
- One retry by default
- Remove retry on error 500 by default
- fix README.md on npm.com
- Catch all errors even if the package is used with nock for example
- On relative redirect,
beforeRequest
handler receives updatedopts
- First version of rock-req, fork of simple-get with a lot of new feature, and lighter