netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/hpack/testdata/testSpecExampleC2_1.json
nmittler 8accc52b03 Forking Twitter's hpack
Motivation:

The twitter hpack project does not have the support that it used to have.  See discussion here: https://github.com/netty/netty/issues/4403.

Modifications:

Created a new module in Netty and copied the latest from twitter hpack master.

Result:

Netty no longer depends on twitter hpack.
2015-11-14 10:13:32 -08:00

20 lines
355 B
JSON

{
"force_huffman_off": true,
"header_blocks":
[
{
"headers": [
{ "custom-key": "custom-header" }
],
"encoded": [
"400a 6375 7374 6f6d 2d6b 6579 0d63 7573",
"746f 6d2d 6865 6164 6572"
],
"dynamic_table": [
{ "custom-key": "custom-header" }
],
"table_size": 55
}
]
}