-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(http/unstable): headers
module
#4317
Conversation
@std/http/headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yoshiya and I would now like to have this addition.
Can you please remove HttpHeaderDeprecated
, HttpHeaderObsoleted
and HttpHeaderProvisional
objects? What's now HttpHeaderPermanent
seems to be the only object needed for now.
Can you please also add simple/minimal tests to ensure the plumbing works?
@std/http/headers
@std/http/headers
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4317 +/- ##
==========================================
+ Coverage 96.38% 96.43% +0.04%
==========================================
Files 466 467 +1
Lines 37588 38097 +509
Branches 5542 5542
==========================================
+ Hits 36228 36737 +509
Misses 1318 1318
Partials 42 42 ☔ View full report in Codecov by Sentry. |
@iuioiua Done! Let me know if there is anything else! |
@std/http/headers
headers
module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for this.
Adds IANA Headers as a follow-up from #4304