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
..
2014-08-30 20:53:07 +02:00
2014-09-18 12:59:26 -07:00
2014-09-14 08:43:13 -04:00
2014-09-18 12:59:26 -07:00
2014-08-21 11:49:12 -07:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-08-26 12:02:05 -07:00
2014-09-05 15:05:55 -07:00
2014-06-06 20:52:51 +02:00
2014-08-26 18:52:05 -07:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-06-06 20:52:51 +02:00
2014-07-08 21:10:46 +02:00
2014-08-18 07:39:36 -07:00
2014-08-22 13:07:22 -07:00
2014-08-22 13:07:22 -07:00
2014-08-26 18:52:05 -07:00
2014-08-21 11:49:12 -07:00
2014-07-08 21:10:46 +02:00
2014-08-26 18:52:05 -07:00
2014-05-06 20:22:27 +02:00
2014-08-18 07:39:36 -07:00
2014-08-26 18:52:05 -07:00
2014-08-26 18:52:05 -07:00
2014-08-18 07:39:36 -07:00
2014-08-26 18:52:05 -07:00
2014-07-08 21:10:46 +02:00
2014-08-21 11:49:12 -07:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-08-18 07:39:36 -07:00
2014-08-26 18:52:05 -07:00
2014-08-26 18:52:05 -07:00
2014-08-21 11:49:12 -07:00
2014-08-21 11:49:12 -07:00
2014-08-21 11:49:12 -07:00
2014-09-11 10:19:48 -04:00
2014-07-08 21:10:46 +02:00
2014-09-05 15:05:55 -07:00
2014-09-14 08:43:13 -04:00
2014-05-06 20:22:27 +02:00
2014-07-02 19:04:11 +09:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-09-18 12:59:26 -07:00
2014-05-06 20:22:27 +02:00