browserify / browserify/http-browserify
Use IANA HTTP status codes to match newer node
Open
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
Since https://github.com/nodejs/node/commit/235036e7faa537469c3600850bdd533c095c392a, node has been updated to return HTTP status codes to match the IANA ones.
Please update your code so they match.
e.g: 302 `Moved Temporarily` is now 302 `Found`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.