docs: update RFC references from 7231/7230 to 9110#60
Open
mahmoodhamdi wants to merge 1 commit intojshttp:masterfrom
Open
docs: update RFC references from 7231/7230 to 9110#60mahmoodhamdi wants to merge 1 commit intojshttp:masterfrom
mahmoodhamdi wants to merge 1 commit intojshttp:masterfrom
Conversation
RFC 7231 (HTTP/1.1 Semantics and Content) and RFC 7230 (HTTP/1.1 Message Syntax and Routing) have been superseded by RFC 9110 (HTTP Semantics). Update all references to point to the corresponding sections in the current specification: - RFC 7231 sec 3.1.1.1 → RFC 9110 sec 8.3.1 (Media Type) - RFC 7230 sec 3.2.6 → RFC 9110 sec 5.6.4 (Quoted Strings) The ABNF definitions remain identical between the old and new RFCs, so no functional changes are needed.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 97 97
Branches 40 40
=========================================
Hits 97 97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all RFC references in source code, README, and package.json to point to the current HTTP specification:
Why
RFC 7231 (HTTP/1.1 Semantics and Content) and RFC 7230 (HTTP/1.1 Message Syntax and Routing) were superseded by RFC 9110 (HTTP Semantics) in June 2022. The ABNF definitions are identical between the old and new RFCs, so this is a documentation-only change with no functional impact.
This was suggested in #29 (comment) by @wesleytodd as a good first contribution separate from the duplicate header handling discussion.
Testing
All 43 existing tests pass. 100% coverage maintained. No functional changes.