1{
2    "cases": [
3        {
4            "seqno": 0,
5            "wire": "8701882f91d35d055c87a784820f2b879eb193aac92a130f1187f3e7cf9f3e7c870086f2b4e5a283ff84f07b2893",
6            "headers": [
7                {
8                    ":scheme": "https"
9                },
10                {
11                    ":authority": "example.com"
12                },
13                {
14                    ":path": "/"
15                },
16                {
17                    ":method": "GET"
18                },
19                {
20                    "user-agent": "hpack-test"
21                },
22                {
23                    "cookie": "xxxxxxx1"
24                },
25                {
26                    "x-hello": "world"
27                }
28            ]
29        },
30        {
31            "seqno": 1,
32            "wire": "8701882f91d35d055c87a784820f2b879eb193aac92a130f1187f3e7cf9f3e7c8b",
33            "headers": [
34                {
35                    ":scheme": "https"
36                },
37                {
38                    ":authority": "example.com"
39                },
40                {
41                    ":path": "/"
42                },
43                {
44                    ":method": "GET"
45                },
46                {
47                    "user-agent": "hpack-test"
48                },
49                {
50                    "cookie": "xxxxxxx2"
51                }
52            ]
53        }
54    ],
55    "description": "http2 in Haskell: StaticH - static table=yes, header table=no, huffman=yes"
56}
57