browserify / browserify/http-browserify

Use IANA HTTP status codes to match newer node

Open
#102 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.