@webref/xref 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/encoding.json +20 -0
- package/ed/dfns/picture-in-picture.json +58 -18
- package/ed/dfns/shacl12-rules.json +181 -86
- package/ed/dfns/webdriver-bidi.json +148 -17
- package/ed/dfns/webmcp.json +164 -3
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/encoding.json +1 -1
- package/ed/headings/picture-in-picture.json +5 -5
- package/ed/headings/rfc2397.json +33 -9
- package/ed/headings/rfc4120.json +164 -134
- package/ed/headings/rfc6386.json +128 -104
- package/ed/headings/rfc6454.json +62 -38
- package/ed/headings/rfc6455.json +120 -90
- package/ed/headings/rfc6797.json +104 -80
- package/ed/headings/rfc7034.json +52 -28
- package/ed/headings/rfc7239.json +55 -31
- package/ed/headings/rfc7469.json +63 -39
- package/ed/headings/rfc7578.json +54 -30
- package/ed/headings/rfc7932.json +70 -40
- package/ed/headings/rfc8610.json +100 -63
- package/ed/headings/rfc8878.json +97 -88
- package/ed/headings/rfc9163.json +62 -59
- package/ed/headings/rfc9649.json +82 -79
- package/ed/headings/rfc9659.json +33 -30
- package/ed/headings/selectors-5.json +8 -1
- package/ed/headings/shacl12-rules.json +127 -77
- package/ed/headings/webdriver-bidi.json +10 -3
- package/ed/headings/webmcp.json +14 -0
- package/ed/headings/webusb.json +1 -1
- package/ed/headings/webvtt1.json +2 -2
- package/index.js +56 -8
- package/package.json +1 -1
- package/specs.json +28890 -0
- package/tr/dfns/shacl12-rules.json +181 -86
- package/tr/dfns/webdriver-bidi.json +148 -17
- package/tr/dfns/webvtt1.json +82 -95
- package/tr/headings/shacl12-rules.json +127 -77
- package/tr/headings/webdriver-bidi.json +10 -3
- package/tr/headings/webvtt1.json +3 -9
package/ed/headings/rfc6455.json
CHANGED
|
@@ -1,624 +1,654 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 6455: The WebSocket Protocol",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 6455: The WebSocket Protocol | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc6455/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
8
|
"id": "section-1",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1",
|
|
10
10
|
"title": "Introduction",
|
|
11
11
|
"level": 1,
|
|
12
12
|
"number": "1"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "section-1.1",
|
|
16
|
-
"href": "https://www.rfc-editor.org/
|
|
16
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.1",
|
|
17
17
|
"title": "Background",
|
|
18
18
|
"level": 2,
|
|
19
19
|
"number": "1.1"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "section-1.2",
|
|
23
|
-
"href": "https://www.rfc-editor.org/
|
|
23
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.2",
|
|
24
24
|
"title": "Protocol Overview",
|
|
25
25
|
"level": 2,
|
|
26
26
|
"number": "1.2"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "section-1.3",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
30
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.3",
|
|
31
31
|
"title": "Opening Handshake",
|
|
32
32
|
"level": 2,
|
|
33
33
|
"number": "1.3"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"id": "section-1.4",
|
|
37
|
-
"href": "https://www.rfc-editor.org/
|
|
37
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.4",
|
|
38
38
|
"title": "Closing Handshake",
|
|
39
39
|
"level": 2,
|
|
40
40
|
"number": "1.4"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"id": "section-1.5",
|
|
44
|
-
"href": "https://www.rfc-editor.org/
|
|
44
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.5",
|
|
45
45
|
"title": "Design Philosophy",
|
|
46
46
|
"level": 2,
|
|
47
47
|
"number": "1.5"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"id": "section-1.6",
|
|
51
|
-
"href": "https://www.rfc-editor.org/
|
|
51
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.6",
|
|
52
52
|
"title": "Security Model",
|
|
53
53
|
"level": 2,
|
|
54
54
|
"number": "1.6"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": "section-1.7",
|
|
58
|
-
"href": "https://www.rfc-editor.org/
|
|
58
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.7",
|
|
59
59
|
"title": "Relationship to TCP and HTTP",
|
|
60
60
|
"level": 2,
|
|
61
61
|
"number": "1.7"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"id": "section-1.8",
|
|
65
|
-
"href": "https://www.rfc-editor.org/
|
|
65
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.8",
|
|
66
66
|
"title": "Establishing a Connection",
|
|
67
67
|
"level": 2,
|
|
68
68
|
"number": "1.8"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"id": "section-1.9",
|
|
72
|
-
"href": "https://www.rfc-editor.org/
|
|
72
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-1.9",
|
|
73
73
|
"title": "Subprotocols Using the WebSocket Protocol",
|
|
74
74
|
"level": 2,
|
|
75
75
|
"number": "1.9"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"id": "section-2",
|
|
79
|
-
"href": "https://www.rfc-editor.org/
|
|
79
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-2",
|
|
80
80
|
"title": "Conformance Requirements",
|
|
81
81
|
"level": 1,
|
|
82
82
|
"number": "2"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"id": "section-2.1",
|
|
86
|
-
"href": "https://www.rfc-editor.org/
|
|
86
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-2.1",
|
|
87
87
|
"title": "Terminology and Other Conventions",
|
|
88
88
|
"level": 2,
|
|
89
89
|
"number": "2.1"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"id": "section-3",
|
|
93
|
-
"href": "https://www.rfc-editor.org/
|
|
93
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-3",
|
|
94
94
|
"title": "WebSocket URIs",
|
|
95
95
|
"level": 1,
|
|
96
96
|
"number": "3"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": "section-4",
|
|
100
|
-
"href": "https://www.rfc-editor.org/
|
|
100
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4",
|
|
101
101
|
"title": "Opening Handshake",
|
|
102
102
|
"level": 1,
|
|
103
103
|
"number": "4"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"id": "section-4.1",
|
|
107
|
-
"href": "https://www.rfc-editor.org/
|
|
107
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.1",
|
|
108
108
|
"title": "Client Requirements",
|
|
109
109
|
"level": 2,
|
|
110
110
|
"number": "4.1"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"id": "section-4.2",
|
|
114
|
-
"href": "https://www.rfc-editor.org/
|
|
114
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.2",
|
|
115
115
|
"title": "Server-Side Requirements",
|
|
116
116
|
"level": 2,
|
|
117
117
|
"number": "4.2"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"id": "section-4.2.1",
|
|
121
|
-
"href": "https://www.rfc-editor.org/
|
|
121
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.2.1",
|
|
122
122
|
"title": "Reading the Client's Opening Handshake",
|
|
123
123
|
"level": 3,
|
|
124
124
|
"number": "4.2.1"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"id": "section-4.2.2",
|
|
128
|
-
"href": "https://www.rfc-editor.org/
|
|
128
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.2.2",
|
|
129
129
|
"title": "Sending the Server's Opening Handshake",
|
|
130
130
|
"level": 3,
|
|
131
131
|
"number": "4.2.2"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"id": "section-4.3",
|
|
135
|
-
"href": "https://www.rfc-editor.org/
|
|
135
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.3",
|
|
136
136
|
"title": "Collected ABNF for New Header Fields Used in Handshake",
|
|
137
137
|
"level": 2,
|
|
138
138
|
"number": "4.3"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": "section-4.4",
|
|
142
|
-
"href": "https://www.rfc-editor.org/
|
|
142
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-4.4",
|
|
143
143
|
"title": "Supporting Multiple Versions of WebSocket Protocol",
|
|
144
144
|
"level": 2,
|
|
145
145
|
"number": "4.4"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": "section-5",
|
|
149
|
-
"href": "https://www.rfc-editor.org/
|
|
149
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5",
|
|
150
150
|
"title": "Data Framing",
|
|
151
151
|
"level": 1,
|
|
152
152
|
"number": "5"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"id": "section-5.1",
|
|
156
|
-
"href": "https://www.rfc-editor.org/
|
|
156
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.1",
|
|
157
157
|
"title": "Overview",
|
|
158
158
|
"level": 2,
|
|
159
159
|
"number": "5.1"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"id": "section-5.2",
|
|
163
|
-
"href": "https://www.rfc-editor.org/
|
|
163
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.2",
|
|
164
164
|
"title": "Base Framing Protocol",
|
|
165
165
|
"level": 2,
|
|
166
166
|
"number": "5.2"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"id": "section-5.3",
|
|
170
|
-
"href": "https://www.rfc-editor.org/
|
|
170
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.3",
|
|
171
171
|
"title": "Client-to-Server Masking",
|
|
172
172
|
"level": 2,
|
|
173
173
|
"number": "5.3"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"id": "section-5.4",
|
|
177
|
-
"href": "https://www.rfc-editor.org/
|
|
177
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.4",
|
|
178
178
|
"title": "Fragmentation",
|
|
179
179
|
"level": 2,
|
|
180
180
|
"number": "5.4"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"id": "section-5.5",
|
|
184
|
-
"href": "https://www.rfc-editor.org/
|
|
184
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.5",
|
|
185
185
|
"title": "Control Frames",
|
|
186
186
|
"level": 2,
|
|
187
187
|
"number": "5.5"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"id": "section-5.5.1",
|
|
191
|
-
"href": "https://www.rfc-editor.org/
|
|
191
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.5.1",
|
|
192
192
|
"title": "Close",
|
|
193
193
|
"level": 3,
|
|
194
194
|
"number": "5.5.1"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"id": "section-5.5.2",
|
|
198
|
-
"href": "https://www.rfc-editor.org/
|
|
198
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.5.2",
|
|
199
199
|
"title": "Ping",
|
|
200
200
|
"level": 3,
|
|
201
201
|
"number": "5.5.2"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"id": "section-5.5.3",
|
|
205
|
-
"href": "https://www.rfc-editor.org/
|
|
205
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.5.3",
|
|
206
206
|
"title": "Pong",
|
|
207
207
|
"level": 3,
|
|
208
208
|
"number": "5.5.3"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"id": "section-5.6",
|
|
212
|
-
"href": "https://www.rfc-editor.org/
|
|
212
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.6",
|
|
213
213
|
"title": "Data Frames",
|
|
214
214
|
"level": 2,
|
|
215
215
|
"number": "5.6"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"id": "section-5.7",
|
|
219
|
-
"href": "https://www.rfc-editor.org/
|
|
219
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.7",
|
|
220
220
|
"title": "Examples",
|
|
221
221
|
"level": 2,
|
|
222
222
|
"number": "5.7"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"id": "section-5.8",
|
|
226
|
-
"href": "https://www.rfc-editor.org/
|
|
226
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-5.8",
|
|
227
227
|
"title": "Extensibility",
|
|
228
228
|
"level": 2,
|
|
229
229
|
"number": "5.8"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"id": "section-6",
|
|
233
|
-
"href": "https://www.rfc-editor.org/
|
|
233
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-6",
|
|
234
234
|
"title": "Sending and Receiving Data",
|
|
235
235
|
"level": 1,
|
|
236
236
|
"number": "6"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"id": "section-6.1",
|
|
240
|
-
"href": "https://www.rfc-editor.org/
|
|
240
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-6.1",
|
|
241
241
|
"title": "Sending Data",
|
|
242
242
|
"level": 2,
|
|
243
243
|
"number": "6.1"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"id": "section-6.2",
|
|
247
|
-
"href": "https://www.rfc-editor.org/
|
|
247
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-6.2",
|
|
248
248
|
"title": "Receiving Data",
|
|
249
249
|
"level": 2,
|
|
250
250
|
"number": "6.2"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"id": "section-7",
|
|
254
|
-
"href": "https://www.rfc-editor.org/
|
|
254
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7",
|
|
255
255
|
"title": "Closing the Connection",
|
|
256
256
|
"level": 1,
|
|
257
257
|
"number": "7"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"id": "section-7.1",
|
|
261
|
-
"href": "https://www.rfc-editor.org/
|
|
261
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1",
|
|
262
262
|
"title": "Definitions",
|
|
263
263
|
"level": 2,
|
|
264
264
|
"number": "7.1"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"id": "section-7.1.1",
|
|
268
|
-
"href": "https://www.rfc-editor.org/
|
|
268
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.1",
|
|
269
269
|
"title": "Close the WebSocket Connection",
|
|
270
270
|
"level": 3,
|
|
271
271
|
"number": "7.1.1"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"id": "section-7.1.2",
|
|
275
|
-
"href": "https://www.rfc-editor.org/
|
|
275
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.2",
|
|
276
276
|
"title": "Start the WebSocket Closing Handshake",
|
|
277
277
|
"level": 3,
|
|
278
278
|
"number": "7.1.2"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"id": "section-7.1.3",
|
|
282
|
-
"href": "https://www.rfc-editor.org/
|
|
282
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.3",
|
|
283
283
|
"title": "The WebSocket Closing Handshake is Started",
|
|
284
284
|
"level": 3,
|
|
285
285
|
"number": "7.1.3"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"id": "section-7.1.4",
|
|
289
|
-
"href": "https://www.rfc-editor.org/
|
|
289
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.4",
|
|
290
290
|
"title": "The WebSocket Connection is Closed",
|
|
291
291
|
"level": 3,
|
|
292
292
|
"number": "7.1.4"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
"id": "section-7.1.5",
|
|
296
|
-
"href": "https://www.rfc-editor.org/
|
|
296
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.5",
|
|
297
297
|
"title": "The WebSocket Connection Close Code",
|
|
298
298
|
"level": 3,
|
|
299
299
|
"number": "7.1.5"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"id": "section-7.1.6",
|
|
303
|
-
"href": "https://www.rfc-editor.org/
|
|
303
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.6",
|
|
304
304
|
"title": "The WebSocket Connection Close Reason",
|
|
305
305
|
"level": 3,
|
|
306
306
|
"number": "7.1.6"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"id": "section-7.1.7",
|
|
310
|
-
"href": "https://www.rfc-editor.org/
|
|
310
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.1.7",
|
|
311
311
|
"title": "Fail the WebSocket Connection",
|
|
312
312
|
"level": 3,
|
|
313
313
|
"number": "7.1.7"
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"id": "section-7.2",
|
|
317
|
-
"href": "https://www.rfc-editor.org/
|
|
317
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.2",
|
|
318
318
|
"title": "Abnormal Closures",
|
|
319
319
|
"level": 2,
|
|
320
320
|
"number": "7.2"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"id": "section-7.2.1",
|
|
324
|
-
"href": "https://www.rfc-editor.org/
|
|
324
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.2.1",
|
|
325
325
|
"title": "Client-Initiated Closure",
|
|
326
326
|
"level": 3,
|
|
327
327
|
"number": "7.2.1"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"id": "section-7.2.2",
|
|
331
|
-
"href": "https://www.rfc-editor.org/
|
|
331
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.2.2",
|
|
332
332
|
"title": "Server-Initiated Closure",
|
|
333
333
|
"level": 3,
|
|
334
334
|
"number": "7.2.2"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"id": "section-7.2.3",
|
|
338
|
-
"href": "https://www.rfc-editor.org/
|
|
338
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.2.3",
|
|
339
339
|
"title": "Recovering from Abnormal Closure",
|
|
340
340
|
"level": 3,
|
|
341
341
|
"number": "7.2.3"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"id": "section-7.3",
|
|
345
|
-
"href": "https://www.rfc-editor.org/
|
|
345
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.3",
|
|
346
346
|
"title": "Normal Closure of Connections",
|
|
347
347
|
"level": 2,
|
|
348
348
|
"number": "7.3"
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"id": "section-7.4",
|
|
352
|
-
"href": "https://www.rfc-editor.org/
|
|
352
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.4",
|
|
353
353
|
"title": "Status Codes",
|
|
354
354
|
"level": 2,
|
|
355
355
|
"number": "7.4"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"id": "section-7.4.1",
|
|
359
|
-
"href": "https://www.rfc-editor.org/
|
|
359
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.4.1",
|
|
360
360
|
"title": "Defined Status Codes",
|
|
361
361
|
"level": 3,
|
|
362
362
|
"number": "7.4.1"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"id": "section-7.4.2",
|
|
366
|
-
"href": "https://www.rfc-editor.org/
|
|
366
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-7.4.2",
|
|
367
367
|
"title": "Reserved Status Code Ranges",
|
|
368
368
|
"level": 3,
|
|
369
369
|
"number": "7.4.2"
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
"id": "section-8",
|
|
373
|
-
"href": "https://www.rfc-editor.org/
|
|
373
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-8",
|
|
374
374
|
"title": "Error Handling",
|
|
375
375
|
"level": 1,
|
|
376
376
|
"number": "8"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"id": "section-8.1",
|
|
380
|
-
"href": "https://www.rfc-editor.org/
|
|
380
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-8.1",
|
|
381
381
|
"title": "Handling Errors in UTF-8-Encoded Data",
|
|
382
382
|
"level": 2,
|
|
383
383
|
"number": "8.1"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"id": "section-9",
|
|
387
|
-
"href": "https://www.rfc-editor.org/
|
|
387
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-9",
|
|
388
388
|
"title": "Extensions",
|
|
389
389
|
"level": 1,
|
|
390
390
|
"number": "9"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"id": "section-9.1",
|
|
394
|
-
"href": "https://www.rfc-editor.org/
|
|
394
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-9.1",
|
|
395
395
|
"title": "Negotiating Extensions",
|
|
396
396
|
"level": 2,
|
|
397
397
|
"number": "9.1"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
400
|
"id": "section-9.2",
|
|
401
|
-
"href": "https://www.rfc-editor.org/
|
|
401
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-9.2",
|
|
402
402
|
"title": "Known Extensions",
|
|
403
403
|
"level": 2,
|
|
404
404
|
"number": "9.2"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"id": "section-10",
|
|
408
|
-
"href": "https://www.rfc-editor.org/
|
|
408
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10",
|
|
409
409
|
"title": "Security Considerations",
|
|
410
410
|
"level": 1,
|
|
411
411
|
"number": "10"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
"id": "section-10.1",
|
|
415
|
-
"href": "https://www.rfc-editor.org/
|
|
415
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.1",
|
|
416
416
|
"title": "Non-Browser Clients",
|
|
417
417
|
"level": 2,
|
|
418
418
|
"number": "10.1"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"id": "section-10.2",
|
|
422
|
-
"href": "https://www.rfc-editor.org/
|
|
422
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.2",
|
|
423
423
|
"title": "Origin Considerations",
|
|
424
424
|
"level": 2,
|
|
425
425
|
"number": "10.2"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
428
|
"id": "section-10.3",
|
|
429
|
-
"href": "https://www.rfc-editor.org/
|
|
429
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.3",
|
|
430
430
|
"title": "Attacks On Infrastructure (Masking)",
|
|
431
431
|
"level": 2,
|
|
432
432
|
"number": "10.3"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"id": "section-10.4",
|
|
436
|
-
"href": "https://www.rfc-editor.org/
|
|
436
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.4",
|
|
437
437
|
"title": "Implementation-Specific Limits",
|
|
438
438
|
"level": 2,
|
|
439
439
|
"number": "10.4"
|
|
440
440
|
},
|
|
441
441
|
{
|
|
442
442
|
"id": "section-10.5",
|
|
443
|
-
"href": "https://www.rfc-editor.org/
|
|
443
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.5",
|
|
444
444
|
"title": "WebSocket Client Authentication",
|
|
445
445
|
"level": 2,
|
|
446
446
|
"number": "10.5"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
449
|
"id": "section-10.6",
|
|
450
|
-
"href": "https://www.rfc-editor.org/
|
|
450
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.6",
|
|
451
451
|
"title": "Connection Confidentiality and Integrity",
|
|
452
452
|
"level": 2,
|
|
453
453
|
"number": "10.6"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"id": "section-10.7",
|
|
457
|
-
"href": "https://www.rfc-editor.org/
|
|
457
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.7",
|
|
458
458
|
"title": "Handling of Invalid Data",
|
|
459
459
|
"level": 2,
|
|
460
460
|
"number": "10.7"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"id": "section-10.8",
|
|
464
|
-
"href": "https://www.rfc-editor.org/
|
|
464
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-10.8",
|
|
465
465
|
"title": "Use of SHA-1 by the WebSocket Handshake",
|
|
466
466
|
"level": 2,
|
|
467
467
|
"number": "10.8"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"id": "section-11",
|
|
471
|
-
"href": "https://www.rfc-editor.org/
|
|
471
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11",
|
|
472
472
|
"title": "IANA Considerations",
|
|
473
473
|
"level": 1,
|
|
474
474
|
"number": "11"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
477
|
"id": "section-11.1",
|
|
478
|
-
"href": "https://www.rfc-editor.org/
|
|
478
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.1",
|
|
479
479
|
"title": "Registration of New URI Schemes",
|
|
480
480
|
"level": 2,
|
|
481
481
|
"number": "11.1"
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
"id": "section-11.1.1",
|
|
485
|
-
"href": "https://www.rfc-editor.org/
|
|
485
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.1.1",
|
|
486
486
|
"title": "Registration of \"ws\" Scheme",
|
|
487
487
|
"level": 3,
|
|
488
488
|
"number": "11.1.1"
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
491
|
"id": "section-11.1.2",
|
|
492
|
-
"href": "https://www.rfc-editor.org/
|
|
492
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.1.2",
|
|
493
493
|
"title": "Registration of \"wss\" Scheme",
|
|
494
494
|
"level": 3,
|
|
495
495
|
"number": "11.1.2"
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
498
|
"id": "section-11.2",
|
|
499
|
-
"href": "https://www.rfc-editor.org/
|
|
499
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.2",
|
|
500
500
|
"title": "Registration of the \"WebSocket\" HTTP Upgrade Keyword",
|
|
501
501
|
"level": 2,
|
|
502
502
|
"number": "11.2"
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
"id": "section-11.3",
|
|
506
|
-
"href": "https://www.rfc-editor.org/
|
|
506
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3",
|
|
507
507
|
"title": "Registration of New HTTP Header Fields",
|
|
508
508
|
"level": 2,
|
|
509
509
|
"number": "11.3"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
512
|
"id": "section-11.3.1",
|
|
513
|
-
"href": "https://www.rfc-editor.org/
|
|
513
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3.1",
|
|
514
514
|
"title": "Sec-WebSocket-Key",
|
|
515
515
|
"level": 3,
|
|
516
516
|
"number": "11.3.1"
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"id": "section-11.3.2",
|
|
520
|
-
"href": "https://www.rfc-editor.org/
|
|
520
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3.2",
|
|
521
521
|
"title": "Sec-WebSocket-Extensions",
|
|
522
522
|
"level": 3,
|
|
523
523
|
"number": "11.3.2"
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
"id": "section-11.3.3",
|
|
527
|
-
"href": "https://www.rfc-editor.org/
|
|
527
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3.3",
|
|
528
528
|
"title": "Sec-WebSocket-Accept",
|
|
529
529
|
"level": 3,
|
|
530
530
|
"number": "11.3.3"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"id": "section-11.3.4",
|
|
534
|
-
"href": "https://www.rfc-editor.org/
|
|
534
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3.4",
|
|
535
535
|
"title": "Sec-WebSocket-Protocol",
|
|
536
536
|
"level": 3,
|
|
537
537
|
"number": "11.3.4"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
540
|
"id": "section-11.3.5",
|
|
541
|
-
"href": "https://www.rfc-editor.org/
|
|
541
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.3.5",
|
|
542
542
|
"title": "Sec-WebSocket-Version",
|
|
543
543
|
"level": 3,
|
|
544
544
|
"number": "11.3.5"
|
|
545
545
|
},
|
|
546
546
|
{
|
|
547
547
|
"id": "section-11.4",
|
|
548
|
-
"href": "https://www.rfc-editor.org/
|
|
548
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.4",
|
|
549
549
|
"title": "WebSocket Extension Name Registry",
|
|
550
550
|
"level": 2,
|
|
551
551
|
"number": "11.4"
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
"id": "section-11.5",
|
|
555
|
-
"href": "https://www.rfc-editor.org/
|
|
555
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.5",
|
|
556
556
|
"title": "WebSocket Subprotocol Name Registry",
|
|
557
557
|
"level": 2,
|
|
558
558
|
"number": "11.5"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
561
|
"id": "section-11.6",
|
|
562
|
-
"href": "https://www.rfc-editor.org/
|
|
562
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.6",
|
|
563
563
|
"title": "WebSocket Version Number Registry",
|
|
564
564
|
"level": 2,
|
|
565
565
|
"number": "11.6"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
568
|
"id": "section-11.7",
|
|
569
|
-
"href": "https://www.rfc-editor.org/
|
|
569
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.7",
|
|
570
570
|
"title": "WebSocket Close Code Number Registry",
|
|
571
571
|
"level": 2,
|
|
572
572
|
"number": "11.7"
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
"id": "section-11.8",
|
|
576
|
-
"href": "https://www.rfc-editor.org/
|
|
576
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.8",
|
|
577
577
|
"title": "WebSocket Opcode Registry",
|
|
578
578
|
"level": 2,
|
|
579
579
|
"number": "11.8"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"id": "section-11.9",
|
|
583
|
-
"href": "https://www.rfc-editor.org/
|
|
583
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-11.9",
|
|
584
584
|
"title": "WebSocket Framing Header Bits Registry",
|
|
585
585
|
"level": 2,
|
|
586
586
|
"number": "11.9"
|
|
587
587
|
},
|
|
588
588
|
{
|
|
589
589
|
"id": "section-12",
|
|
590
|
-
"href": "https://www.rfc-editor.org/
|
|
590
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-12",
|
|
591
591
|
"title": "Using the WebSocket Protocol from Other Specifications",
|
|
592
592
|
"level": 1,
|
|
593
593
|
"number": "12"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"id": "section-13",
|
|
597
|
-
"href": "https://www.rfc-editor.org/
|
|
597
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-13",
|
|
598
598
|
"title": "Acknowledgements",
|
|
599
599
|
"level": 1,
|
|
600
600
|
"number": "13"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"id": "section-14",
|
|
604
|
-
"href": "https://www.rfc-editor.org/
|
|
604
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-14",
|
|
605
605
|
"title": "References",
|
|
606
606
|
"level": 1,
|
|
607
607
|
"number": "14"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"id": "section-14.1",
|
|
611
|
-
"href": "https://www.rfc-editor.org/
|
|
611
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-14.1",
|
|
612
612
|
"title": "Normative References",
|
|
613
613
|
"level": 2,
|
|
614
614
|
"number": "14.1"
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
"id": "section-14.2",
|
|
618
|
-
"href": "https://www.rfc-editor.org/
|
|
618
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#section-14.2",
|
|
619
619
|
"title": "Informative References",
|
|
620
620
|
"level": 2,
|
|
621
621
|
"number": "14.2"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"id": "in-this-section",
|
|
625
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#in-this-section",
|
|
626
|
+
"level": 2,
|
|
627
|
+
"title": "In this section"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": "the-websocket-protocol",
|
|
631
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#the-websocket-protocol",
|
|
632
|
+
"level": 1,
|
|
633
|
+
"title": "RFC 6455: The WebSocket Protocol"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "this-rfc-was-updated",
|
|
637
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#this-rfc-was-updated",
|
|
638
|
+
"level": 2,
|
|
639
|
+
"title": "This RFC was updated"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"id": "useful-links",
|
|
643
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#useful-links",
|
|
644
|
+
"level": 2,
|
|
645
|
+
"title": "Useful links"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "contact-us",
|
|
649
|
+
"href": "https://www.rfc-editor.org/info/rfc6455/#contact-us",
|
|
650
|
+
"level": 2,
|
|
651
|
+
"title": "Contact Us"
|
|
622
652
|
}
|
|
623
653
|
]
|
|
624
654
|
}
|