Package jdk.incubator.http.internal.hpack

HPACK (Header Compression for HTTP/2) implementation conforming to RFC 7541.

Headers can be decoded and encoded by Decoder and Encoder respectively.

Instances of these classes are not safe for use by multiple threads.