h2cli
Version:
A command line interface for HTTP/2
58 lines (57 loc) • 1.6 kB
JSON
{
"cases": [
{
"seqno": 0,
"wire": "07056874747073010b6578616d706c652e636f6d04012f02034745540f2b0a687061636b2d746573740f110878787878787878310007782d68656c6c6f05776f726c64",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx1"
},
{
"x-hello": "world"
}
]
},
{
"seqno": 1,
"wire": "07056874747073010b6578616d706c652e636f6d04012f02034745540f2b0a687061636b2d746573740f11087878787878787832",
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx2"
}
]
}
],
"draft": 9,
"description": "http2 in Haskell: Static - static table=yes, header table=no, huffman=no"
}