-
Notifications
You must be signed in to change notification settings - Fork 0
/
headers.inc
64 lines (63 loc) · 2.06 KB
/
headers.inc
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
static const HeaderPair hpack_static_table[] = {
{{10, ":authority"}, {0, ""}},
{{7, ":method"}, {3, "GET"}},
{{7, ":method"}, {4, "POST"}},
{{5, ":path"}, {1, "/"}},
{{5, ":path"}, {11, "/index.html"}},
{{7, ":scheme"}, {4, "http"}},
{{7, ":scheme"}, {5, "https"}},
{{7, ":status"}, {3, "200"}},
{{7, ":status"}, {3, "204"}},
{{7, ":status"}, {3, "206"}},
{{7, ":status"}, {3, "304"}},
{{7, ":status"}, {3, "400"}},
{{7, ":status"}, {3, "404"}},
{{7, ":status"}, {3, "500"}},
{{14, "accept-charset"}, {0, ""}},
{{15, "accept-encoding"}, {12, "gzip,deflate"}},
{{15, "accept-language"}, {0, ""}},
{{13, "accept-ranges"}, {0, ""}},
{{6, "accept"}, {0, ""}},
{{27, "access-control-allow-origin"}, {0, ""}},
{{3, "age"}, {0, ""}},
{{5, "allow"}, {0, ""}},
{{13, "authorization"}, {0, ""}},
{{13, "cache-control"}, {0, ""}},
{{19, "content-disposition"}, {0, ""}},
{{16, "content-encoding"}, {0, ""}},
{{16, "content-language"}, {0, ""}},
{{14, "content-length"}, {0, ""}},
{{16, "content-location"}, {0, ""}},
{{13, "content-range"}, {0, ""}},
{{12, "content-type"}, {0, ""}},
{{6, "cookie"}, {0, ""}},
{{4, "date"}, {0, ""}},
{{4, "etag"}, {0, ""}},
{{6, "expect"}, {0, ""}},
{{7, "expires"}, {0, ""}},
{{4, "from"}, {0, ""}},
{{4, "host"}, {0, ""}},
{{8, "if-match"}, {0, ""}},
{{17, "if-modified-since"}, {0, ""}},
{{13, "if-none-match"}, {0, ""}},
{{8, "if-range"}, {0, ""}},
{{19, "if-unmodified-since"}, {0, ""}},
{{13, "last-modified"}, {0, ""}},
{{4, "link"}, {0, ""}},
{{8, "location"}, {0, ""}},
{{12, "max-forwards"}, {0, ""}},
{{18, "proxy-authenticate"}, {0, ""}},
{{19, "proxy-authorization"}, {0, ""}},
{{5, "range"}, {0, ""}},
{{7, "referer"}, {0, ""}},
{{7, "refresh"}, {0, ""}},
{{11, "retry-after"}, {0, ""}},
{{6, "server"}, {0, ""}},
{{10, "set-cookie"}, {0, ""}},
{{25, "strict-transport-security"}, {0, ""}},
{{17, "transfer-encoding"}, {0, ""}},
{{10, "user-agent"}, {0, ""}},
{{4, "vary"}, {0, ""}},
{{3, "via"}, {0, ""}},
{{16, "www-authenticate"}, {0, ""}}
};