Skip to content

feat(http): stabilize structured fields#7207

Closed
tomas-zijdemans wants to merge 1 commit into
denoland:mainfrom
tomas-zijdemans:stabilizeStructured
Closed

feat(http): stabilize structured fields#7207
tomas-zijdemans wants to merge 1 commit into
denoland:mainfrom
tomas-zijdemans:stabilizeStructured

Conversation

@tomas-zijdemans

Copy link
Copy Markdown
Contributor

Stabilizes the RFC 9651 Structured Field Values module (added in #6963).

  • Renames unstable_structured_fields.tsstructured_fields.ts; export is now @std/http/structured-fields
  • Renames the Parameters type to ParameterMap, as it shadowed TypeScript's built-in Parameters<T> utility type
  • Removes @experimental tags and exports the module from mod.ts
  • Updates unstable_message_signatures.ts imports accordingly

The module passes the official HTTPWG conformance suite and has had no behavioral changes since landing.

@github-actions github-actions Bot added the http label Jul 2, 2026
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.01%. Comparing base (0e5b1f2) to head (730a1f6).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7207      +/-   ##
==========================================
+ Coverage   94.83%   95.01%   +0.17%     
==========================================
  Files         617      617              
  Lines       51674    51674              
  Branches     9350     9351       +1     
==========================================
+ Hits        49007    49096      +89     
+ Misses       2121     2038      -83     
+ Partials      546      540       -6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tomas-zijdemans tomas-zijdemans closed this by deleting the head repository Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant