Skip to content

Commit

Permalink
Meta: reference new Structured Field Values RFC
Browse files Browse the repository at this point in the history
Fetch appears aligned with the changes described in https://httpwg.org/specs/rfc9651.html#changes. Sec-Purpose is the sole structured header Fetch defines and it does not use ABNF for its definition.
  • Loading branch information
annevk committed Oct 24, 2024
1 parent 761c414 commit 1dc1b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Translate IDs: typedefdef-bodyinit bodyinit,dictdef-requestinit requestinit,type
urlPrefix:https://httpwg.org/specs/rfc5861.html#;type:dfn;spec:stale-while-revalidate
url:n-the-stale-while-revalidate-cache-control-extension;text:stale-while-revalidate lifetime

urlPrefix:https://httpwg.org/specs/rfc8941.html#;type:dfn;spec:rfc8941
urlPrefix:https://httpwg.org/specs/rfc9651.html#;type:dfn;spec:rfc9651
url:rfc.section.2;text:structured field value
url:text-serialize;text:serializing structured fields
url:text-parse;text:parsing structured fields
Expand Down Expand Up @@ -633,7 +633,7 @@ serialize in interesting and efficient ways. For the moment, Fetch only supports
<a>header values</a> as <a for=/>byte sequences</a>, which means that these objects can be set in
<a for=/>header lists</a> only via serialization, and they can be obtained from
<a for=/>header lists</a> only by parsing. In the future the fact that they are objects might be
preserved end-to-end. [[!RFC8941]]
preserved end-to-end. [[!RFC9651]]
</div>

<hr>
Expand Down

0 comments on commit 1dc1b03

Please sign in to comment.