Skip to content

Commit f97f561

Browse files
annevkmeacer
authored andcommitted
Meta: reference new Structured Field Values RFC
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.
1 parent dd60299 commit f97f561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Translate IDs: typedefdef-bodyinit bodyinit,dictdef-requestinit requestinit,type
1515
urlPrefix:https://httpwg.org/specs/rfc5861.html#;type:dfn;spec:stale-while-revalidate
1616
url:n-the-stale-while-revalidate-cache-control-extension;text:stale-while-revalidate lifetime
1717

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

639639
<hr>

0 commit comments

Comments
 (0)