browserify / browserify/http-browserify
Use IANA HTTP status codes to match newer node
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the HTTP status-code definitions and compare their reason phrases with the IANA registry and the newer Node behavior. Update mismatched phrases, including 302 from “Moved Temporarily” to “Found,” then run the repository’s existing tests or checks to confirm the mappings remain consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100