refactor(http): remove unstable header and method modules#7004
refactor(http): remove unstable header and method modules#7004tomas-zijdemans wants to merge 3 commits intodenoland:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7004 +/- ##
==========================================
- Coverage 94.41% 94.38% -0.03%
==========================================
Files 630 628 -2
Lines 50435 50222 -213
Branches 8928 8928
==========================================
- Hits 47616 47403 -213
Misses 2249 2249
Partials 570 570 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
note: these were originally added in #4317 and #4320 what do people think? cc @halvardssm |
|
What is the reasoning for removing them? I personally find it quite useful to have such headers and other static properties defined in the standard library as it reduces the amount of accidental typos. Not against keeping them in sync with the IANA registry. |
Please see the discussion here: https://discord.com/channels/684898665143206084/775393009981849600/1472185311118495796 |
|
Rebased on main |
If we want to keep it, then these should be considered for merging instead: #6991 and #6992