Skip to content
266 changes: 266 additions & 0 deletions fetch/h1-parsing/h1-parsing.tentative.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options::DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.:1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200: OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK:
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/:1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY:
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_after-ver.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1: 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_before-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options::DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_before-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1:.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_before-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 :200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_before-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 :OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_before-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP:/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_first.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_in-http.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HT:TP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_in-name.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame:-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_in-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DE:NY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_COLON_leading.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
:X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_after-ver.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_before-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_before-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_before-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_before-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_before-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_first.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_in-http.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_in-name.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_in-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_CR_leading.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Expand Down
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options: DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1. 1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/ 1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_after-ver.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_before-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options :DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_before-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1 .1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_before-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_before-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_before-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP /1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_first.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_in-http.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HT TP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_in-name.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame -Options:DENY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_in-value.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DE NY
Content-Length: 5

Test.
5 changes: 5 additions & 0 deletions fetch/h1-parsing/resources/parsing_HTAB_leading.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HTTP/1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
6 changes: 6 additions & 0 deletions fetch/h1-parsing/resources/parsing_LF_after-colon.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.1 200 OK
X-Frame-Options:
DENY
Content-Length: 5

Test.
6 changes: 6 additions & 0 deletions fetch/h1-parsing/resources/parsing_LF_after-dot.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.
1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
6 changes: 6 additions & 0 deletions fetch/h1-parsing/resources/parsing_LF_after-num.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.1 200
OK
X-Frame-Options:DENY
Content-Length: 5

Test.
6 changes: 6 additions & 0 deletions fetch/h1-parsing/resources/parsing_LF_after-reason.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.1 200 OK

X-Frame-Options:DENY
Content-Length: 5

Test.
6 changes: 6 additions & 0 deletions fetch/h1-parsing/resources/parsing_LF_after-slash.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/
1.1 200 OK
X-Frame-Options:DENY
Content-Length: 5

Test.
Loading