netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/hpack/testdata/testSpecExampleC2_2.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

19 lines
290 B
JSON

{
"use_indexing": false,
"force_huffman_off": true,
"header_blocks":
[
{
"headers": [
{ ":path": "/sample/path" }
],
"encoded": [
"040c 2f73 616d 706c 652f 7061 7468"
],
"dynamic_table": [
],
"table_size": 0
}
]
}