h2cli
Version:
A command line interface for HTTP/2
62 lines (60 loc) • 1.18 kB
JSON
{
"context": "request",
"cases": [
{
"seqno": 0,
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx1"
},
{
"x-hello": "world"
}
],
"header_table_size": 4096,
"wire": "8742885f44db7d8b7d4db786857e88aef4abdb33978bbf1f1687e9d3a74e9d3a0f4086e99ab5d9637f84e6dc2ca7"
},
{
"seqno": 1,
"headers": [
{
":scheme": "https"
},
{
":authority": "example.com"
},
{
":path": "/"
},
{
":method": "GET"
},
{
"user-agent": "hpack-test"
},
{
"cookie": "xxxxxxx2"
}
],
"header_table_size": 4096,
"wire": "1f1787e9d3a74e9d3a1781"
}
],
"draft": 5,
"description": "Encoded by node-http2-protocol. Encoder wrapper script: https://gist.github.com/molnarg/8375095"
}