Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

v2.0.3: Store http response code in UnhandledRequestError (#12)

Choose a tag to compare

@ahsankhatri ahsankhatri released this 18 Sep 10:29
· 2 commits to master since this release
This allows the user to deal with errors in a more informed way - for example, if the response code is 502 or 503, it might be a good idea to wait 15-30 seconds and try again.