netty5/example/src/main
nmittler 43d097d25a Adding support for HTTP/2 binary headers
Motivation:

The HTTP/2 spec does not restrict headers to being String. The current
implementation of the HTTP/2 codec uses Strings as header keys and
values. We should change this so that header keys and values allow
binary values.

Modifications:

Making Http2Headers based on AsciiString, which is a wrapper around a
byte[].
Various changes throughout the HTTP/2 codec to use the new interface.

Result:

HTTP/2 codec no longer requires string headers.
2014-09-18 12:59:26 -07:00
..
java/io/netty/example Adding support for HTTP/2 binary headers 2014-09-18 12:59:26 -07:00
resources/cors Fix most inspector warnings 2014-07-02 19:04:11 +09:00