netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata/testSpecExampleC2_1.json
Scott Mitchell f9001b9fc0 HTTP/2 move internal HPACK classes to the http2 package
Motivation:
The internal.hpack classes are no longer exposed in our public APIs and can be made package private in the http2 package.

Modifications:
- Make the hpack classes package private in the http2 package

Result:
Less APIs exposed as public.
2017-03-02 07:42:41 -08:00

19 lines
311 B
JSON

{
"header_blocks":
[
{
"headers": [
{ "custom-key": "custom-header" }
],
"encoded": [
"4088 25a8 49e9 5ba9 7d7f 8925 a849 e95a",
"728e 42d9"
],
"dynamic_table": [
{ "custom-key": "custom-header" }
],
"table_size": 55
}
]
}