Skip to content

feat(http): stabilize structured fields#7207

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

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 94.84%. Comparing base (0e5b1f2) to head (730a1f6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7207   +/-   ##
=======================================
  Coverage   94.83%   94.84%           
=======================================
  Files         617      617           
  Lines       51674    51674           
  Branches     9350     9350           
=======================================
+ Hits        49007    49008    +1     
  Misses       2121     2121           
+ Partials      546      545    -1     

☔ 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.

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