summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/fuzz/http.dict
blob: 1d76d71f5a4b377d80d30b11349b351feb8445e3 (plain)
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
POST="POST"
GET="GET"
FOO="FOO"
post="post"
get="post"
foo="foo"
slash="/"
url="http://foo"
version="HTTP/1.1"
content_length="Content-Length"
transfer_encoding="Transfer-Encoding"
text="text"
semicolon=";"
comma=","
hdr1="Header"
hdr2="Hea-Der"
colon=":"
minus="-"
zero="0"
one="1"
minus_one="-1"
small_size="123"
small_positive_size="+123"
small_negative_size="-123"
medium_size="12345"
medium_positive_size="+12345"
medium_negative_size="-12345"
large_size="999999999"
large_positive_size="+999999999"
large_negative_size="-999999999"
float_size="123.456"
chunked="chunked"
gzip="gzip"
nul="\x00"
bs="\x08"
ht="\x09"
nl="\x0A"
vt="\x0B"
np="\x0C"
cr="\x0D"
crlf="\x0D\x0A"
space="\x20"
del="\x7F"
hi="\x80"
ff="\xFF"
curl="HTTP/1.0"
curl="100"
curl="200"
curl="301"
curl="400"
curl="Server:"
curl="Last-Modified:"
curl="Content-Type:"
curl="text/html"
curl="charset=UTF-8"
curl="Accept-Ranges:"
curl="bytes"
curl="Content-Length:"
curl="Transfer-Encoding:"
curl="compress"
curl="exi"
curl="gzip"
curl="identity"
curl="pack200-gzip"
curl="br"
curl="deflate"
curl="bzip2"
curl="lzma"
curl="xz"
curl="Content-Encoding:"
curl="chunked"
curl="Connection:"
curl="close"
curl="Date:"
curl="Expires:"
curl="Fri, 31 Dec 1999 23:59:59 GMT"
curl="Cache-Control:"
curl="no-cache"
curl="no-store"
curl="must-revalidate"
curl="Pragma:"
curl="no-cache"
curl="Host:"
vdf="Accept"
vdf="Accept-Charset"
vdf="Accept-Encoding"
vdf="Accept-Language"
vdf="Accept-Datetime"
vdf="Authorization"
vdf="Cache-Control"
vdf="Connection"
vdf="Cookie"
vdf="Content-Length"
vdf="Content-MD5"
vdf="Content-Type"
vdf="Date"
vdf="Expect"
vdf="Forwarded"
vdf="From"
vdf="Host"
vdf="If-Match"
vdf="If-Modified-Since"
vdf="If-None-Match"
vdf="If-Range"
vdf="If-Unmodified-Since"
vdf="Max-Forwards"
vdf="Origin"
vdf="Proxy-Authorization"
vdf="Range"
vdf="TE"
vdf="User-Agent"
vdf="Upgrade"
vdf="Via"
vdf="Warning"
vdf="X-Requested-With"
vdf="X-Forwarded-Host"
vdf="X-Forwarded-Host"
vdf="X-Forwarded-Proto"
vdf="Front-End-Https"
vdf="X-HTTP-Method-Override"
vdf="X-Att-Deviceid"
vdf="x-wap-profile"
vdf="Proxy-Connection"
vdf="X-UIDH"
vdf="X-XSRF-TOKEN"
vdf="X-Csrf-Token"