forked from python-hyper/hpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstory_01.json
More file actions
57 lines (57 loc) · 1.46 KB
/
Copy pathstory_01.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
{
"cases": [
{
"seqno": 0,
"wire": "87410b6578616d706c652e636f6d84827a0a687061636b2d74657374600878787878787878314007782d68656c6c6f05776f726c64",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx1"
},
{
"x-hello": "world"
}
]
},
{
"seqno": 1,
"wire": "87c18482c060087878787878787832",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx2"
}
]
}
],
"draft": 9,
"description": "http2 in Haskell: Linear - static table=yes, header table=yes, huffman=no"
}