netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata/testSpecExampleC2_2.json

18 lines
266 B
JSON
Raw Normal View History

{
"header_blocks":
[
{
"headers": [
{ ":path": "/sample/path" }
],
"encoded": [
"4489 6103 a6ba 0ac5 634c ff"
],
"dynamic_table": [
{ ":path": "/sample/path" }
],
"table_size": 49
}
]
}