cmorten / superdeno

Super-agent driven library for testing Deno HTTP servers.
https://cmorten.github.io/superdeno/
MIT License
124 stars 6 forks source link

[#1] Error https status codes should not throw #5

Closed asos-craigmorten closed 4 years ago

asos-craigmorten commented 4 years ago

Issue

#1

Details

Fixes a bug whereby error http status code, i.e 4xx, 5xx etc. are throwing errors when they should not be.

CheckList