Files
h2/fixtures/hpack/haskell-http2-static-huffman/story_01.json
2017-05-31 14:44:58 -07:00

57 lines
1.5 KiB
JSON

{
"cases": [
{
"seqno": 0,
"wire": "8701882f91d35d055c87a784820f2b879eb193aac92a130f1187f3e7cf9f3e7c870086f2b4e5a283ff84f07b2893",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx1"
},
{
"x-hello": "world"
}
]
},
{
"seqno": 1,
"wire": "8701882f91d35d055c87a784820f2b879eb193aac92a130f1187f3e7cf9f3e7c8b",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx2"
}
]
}
],
"description": "http2 in Haskell: StaticH - static table=yes, header table=no, huffman=yes"
}