-
Notifications
You must be signed in to change notification settings - Fork 17
/
.spec-urls-stable.json
6563 lines (6563 loc) · 410 KB
/
.spec-urls-stable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
"https://www.rfc-editor.org/rfc/rfc2397#content",
"https://www.rfc-editor.org/rfc/rfc2397#legend",
"https://www.rfc-editor.org/rfc/rfc2397#page-2",
"https://www.rfc-editor.org/rfc/rfc2397#page-3",
"https://www.rfc-editor.org/rfc/rfc2397#page-4",
"https://www.rfc-editor.org/rfc/rfc2397#page-5",
"https://www.rfc-editor.org/rfc/rfc2397#ref-RFC1866",
"https://www.rfc-editor.org/rfc/rfc2397#ref-RFC2045",
"https://www.rfc-editor.org/rfc/rfc2397#ref-RFC2396",
"https://www.rfc-editor.org/rfc/rfc2397#section-1",
"https://www.rfc-editor.org/rfc/rfc2397#section-2",
"https://www.rfc-editor.org/rfc/rfc2397#section-3",
"https://www.rfc-editor.org/rfc/rfc2397#section-4",
"https://www.rfc-editor.org/rfc/rfc2397#section-5",
"https://www.rfc-editor.org/rfc/rfc2397#section-6",
"https://www.rfc-editor.org/rfc/rfc2397#section-7",
"https://www.rfc-editor.org/rfc/rfc6454#appendix-A",
"https://www.rfc-editor.org/rfc/rfc6454#legend",
"https://www.rfc-editor.org/rfc/rfc6454#page-10",
"https://www.rfc-editor.org/rfc/rfc6454#page-11",
"https://www.rfc-editor.org/rfc/rfc6454#page-12",
"https://www.rfc-editor.org/rfc/rfc6454#page-13",
"https://www.rfc-editor.org/rfc/rfc6454#page-14",
"https://www.rfc-editor.org/rfc/rfc6454#page-15",
"https://www.rfc-editor.org/rfc/rfc6454#page-16",
"https://www.rfc-editor.org/rfc/rfc6454#page-17",
"https://www.rfc-editor.org/rfc/rfc6454#page-18",
"https://www.rfc-editor.org/rfc/rfc6454#page-19",
"https://www.rfc-editor.org/rfc/rfc6454#page-2",
"https://www.rfc-editor.org/rfc/rfc6454#page-20",
"https://www.rfc-editor.org/rfc/rfc6454#page-3",
"https://www.rfc-editor.org/rfc/rfc6454#page-4",
"https://www.rfc-editor.org/rfc/rfc6454#page-5",
"https://www.rfc-editor.org/rfc/rfc6454#page-6",
"https://www.rfc-editor.org/rfc/rfc6454#page-7",
"https://www.rfc-editor.org/rfc/rfc6454#page-8",
"https://www.rfc-editor.org/rfc/rfc6454#page-9",
"https://www.rfc-editor.org/rfc/rfc6454#ref-BOFGO",
"https://www.rfc-editor.org/rfc/rfc6454#ref-CORS",
"https://www.rfc-editor.org/rfc/rfc6454#ref-CRX",
"https://www.rfc-editor.org/rfc/rfc6454#ref-CSRF",
"https://www.rfc-editor.org/rfc/rfc6454#ref-HTML",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC20",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC2397",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC2616",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC2817",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC3490",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC3864",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC3986",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC4790",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC5234",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC5246",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC5890",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC5891",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC6265",
"https://www.rfc-editor.org/rfc/rfc6454#ref-RFC6455",
"https://www.rfc-editor.org/rfc/rfc6454#ref-SNIFF",
"https://www.rfc-editor.org/rfc/rfc6454#ref-Unicode6",
"https://www.rfc-editor.org/rfc/rfc6454#section-1",
"https://www.rfc-editor.org/rfc/rfc6454#section-10",
"https://www.rfc-editor.org/rfc/rfc6454#section-10.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-10.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-2",
"https://www.rfc-editor.org/rfc/rfc6454#section-2.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-2.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-2.3",
"https://www.rfc-editor.org/rfc/rfc6454#section-3",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.1.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.2.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.3",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.3.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.4",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.4.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.4.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.4.3",
"https://www.rfc-editor.org/rfc/rfc6454#section-3.5",
"https://www.rfc-editor.org/rfc/rfc6454#section-4",
"https://www.rfc-editor.org/rfc/rfc6454#section-5",
"https://www.rfc-editor.org/rfc/rfc6454#section-6",
"https://www.rfc-editor.org/rfc/rfc6454#section-6.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-6.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-7",
"https://www.rfc-editor.org/rfc/rfc6454#section-7.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-7.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-7.3",
"https://www.rfc-editor.org/rfc/rfc6454#section-8",
"https://www.rfc-editor.org/rfc/rfc6454#section-8.1",
"https://www.rfc-editor.org/rfc/rfc6454#section-8.2",
"https://www.rfc-editor.org/rfc/rfc6454#section-8.3",
"https://www.rfc-editor.org/rfc/rfc6454#section-8.4",
"https://www.rfc-editor.org/rfc/rfc6454#section-9",
"https://www.rfc-editor.org/rfc/rfc6797#appendix-A",
"https://www.rfc-editor.org/rfc/rfc6797#appendix-B",
"https://www.rfc-editor.org/rfc/rfc6797#appendix-C",
"https://www.rfc-editor.org/rfc/rfc6797#content",
"https://www.rfc-editor.org/rfc/rfc6797#legend",
"https://www.rfc-editor.org/rfc/rfc6797#page-10",
"https://www.rfc-editor.org/rfc/rfc6797#page-11",
"https://www.rfc-editor.org/rfc/rfc6797#page-12",
"https://www.rfc-editor.org/rfc/rfc6797#page-13",
"https://www.rfc-editor.org/rfc/rfc6797#page-14",
"https://www.rfc-editor.org/rfc/rfc6797#page-15",
"https://www.rfc-editor.org/rfc/rfc6797#page-16",
"https://www.rfc-editor.org/rfc/rfc6797#page-17",
"https://www.rfc-editor.org/rfc/rfc6797#page-18",
"https://www.rfc-editor.org/rfc/rfc6797#page-19",
"https://www.rfc-editor.org/rfc/rfc6797#page-2",
"https://www.rfc-editor.org/rfc/rfc6797#page-20",
"https://www.rfc-editor.org/rfc/rfc6797#page-21",
"https://www.rfc-editor.org/rfc/rfc6797#page-22",
"https://www.rfc-editor.org/rfc/rfc6797#page-23",
"https://www.rfc-editor.org/rfc/rfc6797#page-24",
"https://www.rfc-editor.org/rfc/rfc6797#page-25",
"https://www.rfc-editor.org/rfc/rfc6797#page-26",
"https://www.rfc-editor.org/rfc/rfc6797#page-27",
"https://www.rfc-editor.org/rfc/rfc6797#page-28",
"https://www.rfc-editor.org/rfc/rfc6797#page-29",
"https://www.rfc-editor.org/rfc/rfc6797#page-3",
"https://www.rfc-editor.org/rfc/rfc6797#page-30",
"https://www.rfc-editor.org/rfc/rfc6797#page-31",
"https://www.rfc-editor.org/rfc/rfc6797#page-32",
"https://www.rfc-editor.org/rfc/rfc6797#page-33",
"https://www.rfc-editor.org/rfc/rfc6797#page-34",
"https://www.rfc-editor.org/rfc/rfc6797#page-35",
"https://www.rfc-editor.org/rfc/rfc6797#page-36",
"https://www.rfc-editor.org/rfc/rfc6797#page-37",
"https://www.rfc-editor.org/rfc/rfc6797#page-38",
"https://www.rfc-editor.org/rfc/rfc6797#page-39",
"https://www.rfc-editor.org/rfc/rfc6797#page-4",
"https://www.rfc-editor.org/rfc/rfc6797#page-40",
"https://www.rfc-editor.org/rfc/rfc6797#page-41",
"https://www.rfc-editor.org/rfc/rfc6797#page-42",
"https://www.rfc-editor.org/rfc/rfc6797#page-43",
"https://www.rfc-editor.org/rfc/rfc6797#page-44",
"https://www.rfc-editor.org/rfc/rfc6797#page-45",
"https://www.rfc-editor.org/rfc/rfc6797#page-46",
"https://www.rfc-editor.org/rfc/rfc6797#page-5",
"https://www.rfc-editor.org/rfc/rfc6797#page-6",
"https://www.rfc-editor.org/rfc/rfc6797#page-7",
"https://www.rfc-editor.org/rfc/rfc6797#page-8",
"https://www.rfc-editor.org/rfc/rfc6797#page-9",
"https://www.rfc-editor.org/rfc/rfc6797#ref-Aircrack-ng",
"https://www.rfc-editor.org/rfc/rfc6797#ref-BeckTews09",
"https://www.rfc-editor.org/rfc/rfc6797#ref-CWE-113",
"https://www.rfc-editor.org/rfc/rfc6797#ref-Firesheep",
"https://www.rfc-editor.org/rfc/rfc6797#ref-ForceHTTPS",
"https://www.rfc-editor.org/rfc/rfc6797#ref-GoodDhamijaEtAl05",
"https://www.rfc-editor.org/rfc/rfc6797#ref-HTTP1_1-UPD",
"https://www.rfc-editor.org/rfc/rfc6797#ref-JacksonBarth2008",
"https://www.rfc-editor.org/rfc/rfc6797#ref-OWASP-TLSGuide",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC1035",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC2560",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC2616",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC2818",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC3490",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC3864",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC3986",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC4033",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC4732",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC4949",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5226",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5246",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5280",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5890",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5891",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5894",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5895",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC5905",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6066",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6101",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6125",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6265",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6454",
"https://www.rfc-editor.org/rfc/rfc6797#ref-RFC6698",
"https://www.rfc-editor.org/rfc/rfc6797#ref-SunshineEgelmanEtAl09",
"https://www.rfc-editor.org/rfc/rfc6797#ref-UTS46",
"https://www.rfc-editor.org/rfc/rfc6797#ref-Unicode",
"https://www.rfc-editor.org/rfc/rfc6797#ref-W3C.REC-html401-19991224",
"https://www.rfc-editor.org/rfc/rfc6797#ref-W3C.REC-wsc-ui-20100812",
"https://www.rfc-editor.org/rfc/rfc6797#ref-WebTracking",
"https://www.rfc-editor.org/rfc/rfc6797#section-1",
"https://www.rfc-editor.org/rfc/rfc6797#section-1.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-1.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-10",
"https://www.rfc-editor.org/rfc/rfc6797#section-11",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.4.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-11.4.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-12",
"https://www.rfc-editor.org/rfc/rfc6797#section-12.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-12.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-12.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-12.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-12.5",
"https://www.rfc-editor.org/rfc/rfc6797#section-13",
"https://www.rfc-editor.org/rfc/rfc6797#section-14",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.10",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.5",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.6",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.7",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.8",
"https://www.rfc-editor.org/rfc/rfc6797#section-14.9",
"https://www.rfc-editor.org/rfc/rfc6797#section-15",
"https://www.rfc-editor.org/rfc/rfc6797#section-16",
"https://www.rfc-editor.org/rfc/rfc6797#section-16.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-16.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.1.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.1.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.1.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.2.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.3.2.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.4.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.4.1.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-2.4.1.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-3",
"https://www.rfc-editor.org/rfc/rfc6797#section-4",
"https://www.rfc-editor.org/rfc/rfc6797#section-5",
"https://www.rfc-editor.org/rfc/rfc6797#section-5.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-5.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-5.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-5.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-6",
"https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-6.1.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-6.1.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-6.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-7",
"https://www.rfc-editor.org/rfc/rfc6797#section-7.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-7.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-8",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.1.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.3",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.4",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.5",
"https://www.rfc-editor.org/rfc/rfc6797#section-8.6",
"https://www.rfc-editor.org/rfc/rfc6797#section-9",
"https://www.rfc-editor.org/rfc/rfc6797#section-9.1",
"https://www.rfc-editor.org/rfc/rfc6797#section-9.2",
"https://www.rfc-editor.org/rfc/rfc6797#section-9.2.1",
"https://www.rfc-editor.org/rfc/rfc7239#appendix-A",
"https://www.rfc-editor.org/rfc/rfc7239#legend",
"https://www.rfc-editor.org/rfc/rfc7239#page-10",
"https://www.rfc-editor.org/rfc/rfc7239#page-11",
"https://www.rfc-editor.org/rfc/rfc7239#page-12",
"https://www.rfc-editor.org/rfc/rfc7239#page-13",
"https://www.rfc-editor.org/rfc/rfc7239#page-14",
"https://www.rfc-editor.org/rfc/rfc7239#page-15",
"https://www.rfc-editor.org/rfc/rfc7239#page-16",
"https://www.rfc-editor.org/rfc/rfc7239#page-2",
"https://www.rfc-editor.org/rfc/rfc7239#page-3",
"https://www.rfc-editor.org/rfc/rfc7239#page-4",
"https://www.rfc-editor.org/rfc/rfc7239#page-5",
"https://www.rfc-editor.org/rfc/rfc7239#page-6",
"https://www.rfc-editor.org/rfc/rfc7239#page-7",
"https://www.rfc-editor.org/rfc/rfc7239#page-8",
"https://www.rfc-editor.org/rfc/rfc7239#page-9",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC1918",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC3864",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC3986",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC4193",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC4395",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC5226",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC5234",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC5952",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC6269",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC7230",
"https://www.rfc-editor.org/rfc/rfc7239#ref-RFC7232",
"https://www.rfc-editor.org/rfc/rfc7239#section-1",
"https://www.rfc-editor.org/rfc/rfc7239#section-10",
"https://www.rfc-editor.org/rfc/rfc7239#section-10.1",
"https://www.rfc-editor.org/rfc/rfc7239#section-10.2",
"https://www.rfc-editor.org/rfc/rfc7239#section-2",
"https://www.rfc-editor.org/rfc/rfc7239#section-3",
"https://www.rfc-editor.org/rfc/rfc7239#section-4",
"https://www.rfc-editor.org/rfc/rfc7239#section-5",
"https://www.rfc-editor.org/rfc/rfc7239#section-5.1",
"https://www.rfc-editor.org/rfc/rfc7239#section-5.2",
"https://www.rfc-editor.org/rfc/rfc7239#section-5.3",
"https://www.rfc-editor.org/rfc/rfc7239#section-5.4",
"https://www.rfc-editor.org/rfc/rfc7239#section-5.5",
"https://www.rfc-editor.org/rfc/rfc7239#section-6",
"https://www.rfc-editor.org/rfc/rfc7239#section-6.1",
"https://www.rfc-editor.org/rfc/rfc7239#section-6.2",
"https://www.rfc-editor.org/rfc/rfc7239#section-6.3",
"https://www.rfc-editor.org/rfc/rfc7239#section-7",
"https://www.rfc-editor.org/rfc/rfc7239#section-7.1",
"https://www.rfc-editor.org/rfc/rfc7239#section-7.2",
"https://www.rfc-editor.org/rfc/rfc7239#section-7.3",
"https://www.rfc-editor.org/rfc/rfc7239#section-7.4",
"https://www.rfc-editor.org/rfc/rfc7239#section-7.5",
"https://www.rfc-editor.org/rfc/rfc7239#section-8",
"https://www.rfc-editor.org/rfc/rfc7239#section-8.1",
"https://www.rfc-editor.org/rfc/rfc7239#section-8.2",
"https://www.rfc-editor.org/rfc/rfc7239#section-8.3",
"https://www.rfc-editor.org/rfc/rfc7239#section-9",
"https://www.rfc-editor.org/rfc/rfc7578#appendix-A",
"https://www.rfc-editor.org/rfc/rfc7578#appendix-B",
"https://www.rfc-editor.org/rfc/rfc7578#content",
"https://www.rfc-editor.org/rfc/rfc7578#legend",
"https://www.rfc-editor.org/rfc/rfc7578#page-10",
"https://www.rfc-editor.org/rfc/rfc7578#page-11",
"https://www.rfc-editor.org/rfc/rfc7578#page-12",
"https://www.rfc-editor.org/rfc/rfc7578#page-13",
"https://www.rfc-editor.org/rfc/rfc7578#page-14",
"https://www.rfc-editor.org/rfc/rfc7578#page-15",
"https://www.rfc-editor.org/rfc/rfc7578#page-2",
"https://www.rfc-editor.org/rfc/rfc7578#page-3",
"https://www.rfc-editor.org/rfc/rfc7578#page-4",
"https://www.rfc-editor.org/rfc/rfc7578#page-5",
"https://www.rfc-editor.org/rfc/rfc7578#page-6",
"https://www.rfc-editor.org/rfc/rfc7578#page-7",
"https://www.rfc-editor.org/rfc/rfc7578#page-8",
"https://www.rfc-editor.org/rfc/rfc7578#page-9",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC1867",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2046",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2047",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2183",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2231",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC2388",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC3986",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC5987",
"https://www.rfc-editor.org/rfc/rfc7578#ref-RFC6838",
"https://www.rfc-editor.org/rfc/rfc7578#ref-URI-SCHEME",
"https://www.rfc-editor.org/rfc/rfc7578#ref-W3C.REC-html32-19970114",
"https://www.rfc-editor.org/rfc/rfc7578#ref-W3C.REC-html5-20141028",
"https://www.rfc-editor.org/rfc/rfc7578#section-1",
"https://www.rfc-editor.org/rfc/rfc7578#section-2",
"https://www.rfc-editor.org/rfc/rfc7578#section-3",
"https://www.rfc-editor.org/rfc/rfc7578#section-4",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.1",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.2",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.3",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.4",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.5",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.6",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.7",
"https://www.rfc-editor.org/rfc/rfc7578#section-4.8",
"https://www.rfc-editor.org/rfc/rfc7578#section-5",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.1",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.1.1",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.1.2",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.1.3",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.2",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.3",
"https://www.rfc-editor.org/rfc/rfc7578#section-5.4",
"https://www.rfc-editor.org/rfc/rfc7578#section-6",
"https://www.rfc-editor.org/rfc/rfc7578#section-7",
"https://www.rfc-editor.org/rfc/rfc7578#section-8",
"https://www.rfc-editor.org/rfc/rfc7578#section-9",
"https://www.rfc-editor.org/rfc/rfc7578#section-9.1",
"https://www.rfc-editor.org/rfc/rfc7578#section-9.2",
"https://www.rfc-editor.org/rfc/rfc7838#content",
"https://www.rfc-editor.org/rfc/rfc7838#legend",
"https://www.rfc-editor.org/rfc/rfc7838#page-10",
"https://www.rfc-editor.org/rfc/rfc7838#page-11",
"https://www.rfc-editor.org/rfc/rfc7838#page-12",
"https://www.rfc-editor.org/rfc/rfc7838#page-13",
"https://www.rfc-editor.org/rfc/rfc7838#page-14",
"https://www.rfc-editor.org/rfc/rfc7838#page-15",
"https://www.rfc-editor.org/rfc/rfc7838#page-16",
"https://www.rfc-editor.org/rfc/rfc7838#page-17",
"https://www.rfc-editor.org/rfc/rfc7838#page-18",
"https://www.rfc-editor.org/rfc/rfc7838#page-19",
"https://www.rfc-editor.org/rfc/rfc7838#page-2",
"https://www.rfc-editor.org/rfc/rfc7838#page-20",
"https://www.rfc-editor.org/rfc/rfc7838#page-3",
"https://www.rfc-editor.org/rfc/rfc7838#page-4",
"https://www.rfc-editor.org/rfc/rfc7838#page-5",
"https://www.rfc-editor.org/rfc/rfc7838#page-6",
"https://www.rfc-editor.org/rfc/rfc7838#page-7",
"https://www.rfc-editor.org/rfc/rfc7838#page-8",
"https://www.rfc-editor.org/rfc/rfc7838#page-9",
"https://www.rfc-editor.org/rfc/rfc7838#ref-BCP90",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC2818",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC3986",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC5226",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC5234",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC5246",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC5890",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC6066",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC6265",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC6454",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7230",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7234",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7301",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7405",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7469",
"https://www.rfc-editor.org/rfc/rfc7838#ref-RFC7540",
"https://www.rfc-editor.org/rfc/rfc7838#section-1",
"https://www.rfc-editor.org/rfc/rfc7838#section-1.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-10",
"https://www.rfc-editor.org/rfc/rfc7838#section-10.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-10.2",
"https://www.rfc-editor.org/rfc/rfc7838#section-2",
"https://www.rfc-editor.org/rfc/rfc7838#section-2.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-2.2",
"https://www.rfc-editor.org/rfc/rfc7838#section-2.3",
"https://www.rfc-editor.org/rfc/rfc7838#section-2.4",
"https://www.rfc-editor.org/rfc/rfc7838#section-3",
"https://www.rfc-editor.org/rfc/rfc7838#section-3.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-4",
"https://www.rfc-editor.org/rfc/rfc7838#section-5",
"https://www.rfc-editor.org/rfc/rfc7838#section-6",
"https://www.rfc-editor.org/rfc/rfc7838#section-7",
"https://www.rfc-editor.org/rfc/rfc7838#section-7.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-7.2",
"https://www.rfc-editor.org/rfc/rfc7838#section-7.3",
"https://www.rfc-editor.org/rfc/rfc7838#section-7.3.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-7.3.2",
"https://www.rfc-editor.org/rfc/rfc7838#section-8",
"https://www.rfc-editor.org/rfc/rfc7838#section-9",
"https://www.rfc-editor.org/rfc/rfc7838#section-9.1",
"https://www.rfc-editor.org/rfc/rfc7838#section-9.2",
"https://www.rfc-editor.org/rfc/rfc7838#section-9.3",
"https://www.rfc-editor.org/rfc/rfc7838#section-9.4",
"https://www.rfc-editor.org/rfc/rfc7838#section-9.5",
"https://www.rfc-editor.org/rfc/rfc8470#legend",
"https://www.rfc-editor.org/rfc/rfc8470#page-10",
"https://www.rfc-editor.org/rfc/rfc8470#page-11",
"https://www.rfc-editor.org/rfc/rfc8470#page-12",
"https://www.rfc-editor.org/rfc/rfc8470#page-2",
"https://www.rfc-editor.org/rfc/rfc8470#page-3",
"https://www.rfc-editor.org/rfc/rfc8470#page-4",
"https://www.rfc-editor.org/rfc/rfc8470#page-5",
"https://www.rfc-editor.org/rfc/rfc8470#page-6",
"https://www.rfc-editor.org/rfc/rfc8470#page-7",
"https://www.rfc-editor.org/rfc/rfc8470#page-8",
"https://www.rfc-editor.org/rfc/rfc8470#page-9",
"https://www.rfc-editor.org/rfc/rfc8470#ref-ABNF",
"https://www.rfc-editor.org/rfc/rfc8470#ref-ALPN",
"https://www.rfc-editor.org/rfc/rfc8470#ref-HQ",
"https://www.rfc-editor.org/rfc/rfc8470#ref-HTTP",
"https://www.rfc-editor.org/rfc/rfc8470#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc8470#ref-RFC7231",
"https://www.rfc-editor.org/rfc/rfc8470#ref-RFC7540",
"https://www.rfc-editor.org/rfc/rfc8470#ref-RFC8174",
"https://www.rfc-editor.org/rfc/rfc8470#ref-TLS13",
"https://www.rfc-editor.org/rfc/rfc8470#section-1",
"https://www.rfc-editor.org/rfc/rfc8470#section-1.1",
"https://www.rfc-editor.org/rfc/rfc8470#section-2",
"https://www.rfc-editor.org/rfc/rfc8470#section-3",
"https://www.rfc-editor.org/rfc/rfc8470#section-4",
"https://www.rfc-editor.org/rfc/rfc8470#section-5",
"https://www.rfc-editor.org/rfc/rfc8470#section-5.1",
"https://www.rfc-editor.org/rfc/rfc8470#section-5.2",
"https://www.rfc-editor.org/rfc/rfc8470#section-6",
"https://www.rfc-editor.org/rfc/rfc8470#section-6.1",
"https://www.rfc-editor.org/rfc/rfc8470#section-6.2",
"https://www.rfc-editor.org/rfc/rfc8470#section-6.3",
"https://www.rfc-editor.org/rfc/rfc8470#section-6.4",
"https://www.rfc-editor.org/rfc/rfc8470#section-7",
"https://www.rfc-editor.org/rfc/rfc8470#section-8",
"https://www.rfc-editor.org/rfc/rfc8470#section-8.1",
"https://www.rfc-editor.org/rfc/rfc8470#section-8.2",
"https://www.rfc-editor.org/rfc/rfc8942#content",
"https://www.rfc-editor.org/rfc/rfc8942#legend",
"https://www.rfc-editor.org/rfc/rfc8942#ref-CLIENT-HINTS-INFRASTRUCTURE",
"https://www.rfc-editor.org/rfc/rfc8942#ref-FETCH",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC2119",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC3864",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC5234",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC6265",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC7231",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC7234",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC8174",
"https://www.rfc-editor.org/rfc/rfc8942#ref-RFC8941",
"https://www.rfc-editor.org/rfc/rfc8942#ref-UA-CH",
"https://www.rfc-editor.org/rfc/rfc8942#section-1",
"https://www.rfc-editor.org/rfc/rfc8942#section-1.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-2",
"https://www.rfc-editor.org/rfc/rfc8942#section-2.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-2.2",
"https://www.rfc-editor.org/rfc/rfc8942#section-3",
"https://www.rfc-editor.org/rfc/rfc8942#section-3.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-3.2",
"https://www.rfc-editor.org/rfc/rfc8942#section-4",
"https://www.rfc-editor.org/rfc/rfc8942#section-4.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-4.2",
"https://www.rfc-editor.org/rfc/rfc8942#section-4.3",
"https://www.rfc-editor.org/rfc/rfc8942#section-5",
"https://www.rfc-editor.org/rfc/rfc8942#section-6",
"https://www.rfc-editor.org/rfc/rfc8942#section-6.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-7",
"https://www.rfc-editor.org/rfc/rfc8942#section-7.1",
"https://www.rfc-editor.org/rfc/rfc8942#section-7.2",
"https://httpwg.org/specs/rfc6265.html#Aggarwal2010",
"https://httpwg.org/specs/rfc6265.html#CSRF",
"https://httpwg.org/specs/rfc6265.html#Kri2001",
"https://httpwg.org/specs/rfc6265.html#Netscape",
"https://httpwg.org/specs/rfc6265.html#RFC1034",
"https://httpwg.org/specs/rfc6265.html#RFC1123",
"https://httpwg.org/specs/rfc6265.html#RFC2109",
"https://httpwg.org/specs/rfc6265.html#RFC2119",
"https://httpwg.org/specs/rfc6265.html#RFC2616",
"https://httpwg.org/specs/rfc6265.html#RFC2818",
"https://httpwg.org/specs/rfc6265.html#RFC2965",
"https://httpwg.org/specs/rfc6265.html#RFC3490",
"https://httpwg.org/specs/rfc6265.html#RFC3629",
"https://httpwg.org/specs/rfc6265.html#RFC3864",
"https://httpwg.org/specs/rfc6265.html#RFC4648",
"https://httpwg.org/specs/rfc6265.html#RFC4790",
"https://httpwg.org/specs/rfc6265.html#RFC5234",
"https://httpwg.org/specs/rfc6265.html#RFC5890",
"https://httpwg.org/specs/rfc6265.html#RFC5895",
"https://httpwg.org/specs/rfc6265.html#USASCII",
"https://httpwg.org/specs/rfc6265.html#UTS46",
"https://httpwg.org/specs/rfc6265.html#algorithms",
"https://httpwg.org/specs/rfc6265.html#ambient-authority",
"https://httpwg.org/specs/rfc6265.html#clear-text",
"https://httpwg.org/specs/rfc6265.html#conformance-criteria",
"https://httpwg.org/specs/rfc6265.html#conventions",
"https://httpwg.org/specs/rfc6265.html#cookie",
"https://httpwg.org/specs/rfc6265.html#cookie-date",
"https://httpwg.org/specs/rfc6265.html#cookie-domain",
"https://httpwg.org/specs/rfc6265.html#cookie-domain-canonicalize",
"https://httpwg.org/specs/rfc6265.html#cookie-path",
"https://httpwg.org/specs/rfc6265.html#domain-attribute",
"https://httpwg.org/specs/rfc6265.html#expiration-dates",
"https://httpwg.org/specs/rfc6265.html#expires-attribute",
"https://httpwg.org/specs/rfc6265.html#httponly-attribute",
"https://httpwg.org/specs/rfc6265.html#iana-considerations",
"https://httpwg.org/specs/rfc6265.html#idna-migration",
"https://httpwg.org/specs/rfc6265.html#implementation-apis",
"https://httpwg.org/specs/rfc6265.html#implementation-considerations",
"https://httpwg.org/specs/rfc6265.html#implementation-limits",
"https://httpwg.org/specs/rfc6265.html#intro",
"https://httpwg.org/specs/rfc6265.html#max-age-attribute",
"https://httpwg.org/specs/rfc6265.html#n-acknowledgements",
"https://httpwg.org/specs/rfc6265.html#n-cookie",
"https://httpwg.org/specs/rfc6265.html#n-cookie2",
"https://httpwg.org/specs/rfc6265.html#n-examples",
"https://httpwg.org/specs/rfc6265.html#n-set-cookie",
"https://httpwg.org/specs/rfc6265.html#n-set-cookie2",
"https://httpwg.org/specs/rfc6265.html#navbar-collapse",
"https://httpwg.org/specs/rfc6265.html#overview",
"https://httpwg.org/specs/rfc6265.html#path-attribute",
"https://httpwg.org/specs/rfc6265.html#privacy-considerations",
"https://httpwg.org/specs/rfc6265.html#reliance-on-dns",
"https://httpwg.org/specs/rfc6265.html#rfc.abstract",
"https://httpwg.org/specs/rfc6265.html#rfc.abstract.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.authors",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.boilerplate.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.copyrightnotice",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.1",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.10",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.11",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.12",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.13",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.14",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.2",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.3",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.4",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.5",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.6",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.7",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.8",
"https://httpwg.org/specs/rfc6265.html#rfc.figure.u.9",
"https://httpwg.org/specs/rfc6265.html#rfc.headerblock",
"https://httpwg.org/specs/rfc6265.html#rfc.meta",
"https://httpwg.org/specs/rfc6265.html#rfc.references",
"https://httpwg.org/specs/rfc6265.html#rfc.references.1",
"https://httpwg.org/specs/rfc6265.html#rfc.references.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.7",
"https://httpwg.org/specs/rfc6265.html#rfc.section.1.p.8",
"https://httpwg.org/specs/rfc6265.html#rfc.section.10",
"https://httpwg.org/specs/rfc6265.html#rfc.section.10.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.10.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.2.3.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.1.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.7",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.8",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.1.p.9",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.4.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.5.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.5.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.6.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.6.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.2.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.1.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.2.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.3.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.4.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.5.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.6.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.2.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.7",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.8",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.3.p.9",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.4.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.5.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.6.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.7.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.4.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.5.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.5.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.5.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.6.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.7",
"https://httpwg.org/specs/rfc6265.html#rfc.section.8.7.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.1.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.2.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.3.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4.p.2",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4.p.3",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4.p.4",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.4.p.5",
"https://httpwg.org/specs/rfc6265.html#rfc.section.9.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.section.A",
"https://httpwg.org/specs/rfc6265.html#rfc.section.A.p.1",
"https://httpwg.org/specs/rfc6265.html#rfc.status",
"https://httpwg.org/specs/rfc6265.html#rfc.title",
"https://httpwg.org/specs/rfc6265.html#sane-cookie",
"https://httpwg.org/specs/rfc6265.html#sane-cookie-semantics",
"https://httpwg.org/specs/rfc6265.html#sane-cookie-syntax",
"https://httpwg.org/specs/rfc6265.html#sane-domain",
"https://httpwg.org/specs/rfc6265.html#sane-expires",
"https://httpwg.org/specs/rfc6265.html#sane-httponly",
"https://httpwg.org/specs/rfc6265.html#sane-max-age",
"https://httpwg.org/specs/rfc6265.html#sane-path",
"https://httpwg.org/specs/rfc6265.html#sane-profile",
"https://httpwg.org/specs/rfc6265.html#sane-secure",
"https://httpwg.org/specs/rfc6265.html#sane-set-cookie",
"https://httpwg.org/specs/rfc6265.html#sane-set-cookie-semantics",
"https://httpwg.org/specs/rfc6265.html#sane-set-cookie-syntax",
"https://httpwg.org/specs/rfc6265.html#section-overview",
"https://httpwg.org/specs/rfc6265.html#secure-attribute",
"https://httpwg.org/specs/rfc6265.html#security-considerations",
"https://httpwg.org/specs/rfc6265.html#session-identifiers",
"https://httpwg.org/specs/rfc6265.html#set-cookie",
"https://httpwg.org/specs/rfc6265.html#sidebar",
"https://httpwg.org/specs/rfc6265.html#storage-model",
"https://httpwg.org/specs/rfc6265.html#syntax-notation",
"https://httpwg.org/specs/rfc6265.html#terminology",
"https://httpwg.org/specs/rfc6265.html#third-party-cookies",
"https://httpwg.org/specs/rfc6265.html#top",
"https://httpwg.org/specs/rfc6265.html#ua-requirements",
"https://httpwg.org/specs/rfc6265.html#user-controls",
"https://httpwg.org/specs/rfc6265.html#weak-confidentiality",
"https://httpwg.org/specs/rfc6265.html#weak-integrity",
"https://httpwg.org/specs/rfc6266.html#ISO-8859-1",
"https://httpwg.org/specs/rfc6266.html#RFC2046",
"https://httpwg.org/specs/rfc6266.html#RFC2047",
"https://httpwg.org/specs/rfc6266.html#RFC2119",
"https://httpwg.org/specs/rfc6266.html#RFC2183",
"https://httpwg.org/specs/rfc6266.html#RFC2231",
"https://httpwg.org/specs/rfc6266.html#RFC2388",
"https://httpwg.org/specs/rfc6266.html#RFC2616",
"https://httpwg.org/specs/rfc6266.html#RFC3864",
"https://httpwg.org/specs/rfc6266.html#RFC3986",
"https://httpwg.org/specs/rfc6266.html#RFC5987",
"https://httpwg.org/specs/rfc6266.html#US-ASCII",
"https://httpwg.org/specs/rfc6266.html#advice.generating",
"https://httpwg.org/specs/rfc6266.html#alternatives",
"https://httpwg.org/specs/rfc6266.html#alternatives.percent",
"https://httpwg.org/specs/rfc6266.html#alternatives.rfc2047",
"https://httpwg.org/specs/rfc6266.html#alternatives.sniff",
"https://httpwg.org/specs/rfc6266.html#changes.from.rfc2616",
"https://httpwg.org/specs/rfc6266.html#conformance.and.error.handling",
"https://httpwg.org/specs/rfc6266.html#diffs.compared.to.rfc2183",
"https://httpwg.org/specs/rfc6266.html#disposition.parameter.extensions",
"https://httpwg.org/specs/rfc6266.html#disposition.parameter.filename",
"https://httpwg.org/specs/rfc6266.html#disposition.type",
"https://httpwg.org/specs/rfc6266.html#examples",
"https://httpwg.org/specs/rfc6266.html#extensibility",
"https://httpwg.org/specs/rfc6266.html#header.field.definition",
"https://httpwg.org/specs/rfc6266.html#header.field.registration",
"https://httpwg.org/specs/rfc6266.html#i18n",
"https://httpwg.org/specs/rfc6266.html#iana.considerations",
"https://httpwg.org/specs/rfc6266.html#introduction",
"https://httpwg.org/specs/rfc6266.html#n-acknowledgements",
"https://httpwg.org/specs/rfc6266.html#n-grammar",
"https://httpwg.org/specs/rfc6266.html#navbar-collapse",
"https://httpwg.org/specs/rfc6266.html#notational.conventions",
"https://httpwg.org/specs/rfc6266.html#registry",
"https://httpwg.org/specs/rfc6266.html#rfc.abstract",
"https://httpwg.org/specs/rfc6266.html#rfc.abstract.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.authors",
"https://httpwg.org/specs/rfc6266.html#rfc.boilerplate.1.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.boilerplate.1.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.boilerplate.1.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.boilerplate.2.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.boilerplate.2.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.copyrightnotice",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.1",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.2",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.3",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.4",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.5",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.6",
"https://httpwg.org/specs/rfc6266.html#rfc.figure.u.7",
"https://httpwg.org/specs/rfc6266.html#rfc.headerblock",
"https://httpwg.org/specs/rfc6266.html#rfc.meta",
"https://httpwg.org/specs/rfc6266.html#rfc.references",
"https://httpwg.org/specs/rfc6266.html#rfc.references.1",
"https://httpwg.org/specs/rfc6266.html#rfc.references.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.2.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.4",
"https://httpwg.org/specs/rfc6266.html#rfc.section.1.p.4.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.10",
"https://httpwg.org/specs/rfc6266.html#rfc.section.10.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.10.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.2.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.2.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.3.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.3.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.3.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.3.p.4",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.1.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.1.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.1.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.2.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.2.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.2.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.4",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.5",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.6",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.3.p.6.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.4",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.4.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.5",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.5.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.4.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.5",
"https://httpwg.org/specs/rfc6266.html#rfc.section.6",
"https://httpwg.org/specs/rfc6266.html#rfc.section.6.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.6.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.7",
"https://httpwg.org/specs/rfc6266.html#rfc.section.7.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.7.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8.1.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8.2.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.8.2.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.9",
"https://httpwg.org/specs/rfc6266.html#rfc.section.9.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.A",
"https://httpwg.org/specs/rfc6266.html#rfc.section.A.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.B",
"https://httpwg.org/specs/rfc6266.html#rfc.section.B.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.2.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.2.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.2.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.1.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.2.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.2.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.3.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.3.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.C.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.section.D",
"https://httpwg.org/specs/rfc6266.html#rfc.section.D.p.1",
"https://httpwg.org/specs/rfc6266.html#rfc.section.D.p.2",
"https://httpwg.org/specs/rfc6266.html#rfc.section.D.p.3",
"https://httpwg.org/specs/rfc6266.html#rfc.status",
"https://httpwg.org/specs/rfc6266.html#rfc.title",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.ISO-8859-1.1",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.ISO-8859-1.2",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2046.1",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2047.1",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2119.1",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.1",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.2",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.3",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.4",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.5",
"https://httpwg.org/specs/rfc6266.html#rfc.xref.RFC2183.6",