Releases: sindresorhus/got
Releases · sindresorhus/got
2.3.0 - funkadelic-bear
2.0.0
- Return an error object on connection failure instead of the HTTP status code. 4a6b6d7
The HTTP status code is now available as acode
property on the error object. - Read response stream even if status is not 200. cef2daa
If you only care about the returned status code make sure to do aHEAD
request. - Add
timeout
option. 14e0dd8