Skip to content

Commit 3206e00

Browse files
annevkpmeenan
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 805b769 commit 3206e00

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
@@ -16,7 +16,7 @@ Required IDs: concept-request-destination,cors-check
1616
urlPrefix:https://httpwg.org/specs/rfc5861.html#;type:dfn;spec:stale-while-revalidate
1717
url:n-the-stale-while-revalidate-cache-control-extension;text:stale-while-revalidate lifetime
1818

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

646646
<hr>

0 commit comments

Comments
 (0)