@@ -14,11 +14,8 @@ Markup Shorthands: css off
14
14
"FTP": {
15
15
"aliasOf": "rfc0959"
16
16
},
17
- "HTTP-1.1": {
18
- "aliasOf": "rfc7230"
19
- },
20
17
"HTTP-SEMANTICS": {
21
- "aliasOf": "rfc7231 "
18
+ "aliasOf": "rfc9110 "
22
19
},
23
20
"KEYWORDS": {
24
21
"aliasOf": "rfc2119"
@@ -36,14 +33,11 @@ Markup Shorthands: css off
36
33
</pre>
37
34
38
35
<pre class=anchors>
39
- spec: HTTP-1.1; urlPrefix: https://tools.ietf.org/html/rfc7230
40
- type: dfn
41
- text: token; url: #section-3.2.6
42
- text: quoted-string; url: #section-3.2.6
43
-
44
- spec: HTTP-SEMANTICS; urlPrefix: https://tools.ietf.org/html/rfc7231
36
+ spec: HTTP-SEMANTICS; urlPrefix: https://www.rfc-editor.org/rfc/rfc9110
45
37
type: dfn
46
- text: media-type; url: #section-3.1.1.1
38
+ text: media-type; url: #name-media-type
39
+ text: quoted-string; url: #name-quoted-strings
40
+ text: token; url: #name-tokens
47
41
</pre>
48
42
49
43
<pre class=link-defaults>
@@ -132,14 +126,14 @@ spec:html;
132
126
U+0026 (&), U+0027 ('), U+002A (*), U+002B (+), U+002D (-), U+002E (.), U+005E (^), U+005F (_),
133
127
U+0060 (`), U+007C (|), U+007E (~), or an <a>ASCII alphanumeric</a> .</p>
134
128
135
- <p class=note> This matches the value space of the <a spec="HTTP-1.1" >token</a> token production. [[HTTP-1.1 ]]
129
+ <p class=note> This matches the value space of the <a>token</a> token production. [[HTTP-SEMANTICS ]]
136
130
137
131
<p> An <dfn>HTTP quoted-string token code point</dfn> is U+0009 TAB, a <a>code point</a> in the range
138
132
U+0020 SPACE to U+007E (~), inclusive, or a <a>code point</a> in the range U+0080 through
139
133
U+00FF (ÿ), inclusive.
140
134
141
- <p class=note> This matches the effective value space of the <a spec="HTTP-1.1" >quoted-string</a> token
142
- production. By definition it is a superset of the <a>HTTP token code points</a> . [[HTTP-1.1 ]]
135
+ <p class=note> This matches the effective value space of the <a>quoted-string</a> token
136
+ production. By definition it is a superset of the <a>HTTP token code points</a> . [[HTTP-SEMANTICS ]]
143
137
144
138
<p>
145
139
A <dfn>binary data byte</dfn> is a <a>byte</a> in the range 0x00 to
@@ -655,7 +649,7 @@ ends in "<code>+json</code>" or whose <a for="MIME type">essence</a> is
655
649
</ol>
656
650
</ol>
657
651
658
- [[!HTTP-1.1 ]]
652
+ [[!HTTP-SEMANTICS ]]
659
653
660
654
<li>
661
655
If the <a>resource</a> is retrieved directly from the file system,
0 commit comments