Update README.rst
This commit is contained in:
parent
f8f32125d9
commit
83f35ede00
|
@ -4,12 +4,11 @@ nghttp2 - HTTP/2.0 C Library
|
||||||
This is an experimental implementation of Hypertext Transfer Protocol
|
This is an experimental implementation of Hypertext Transfer Protocol
|
||||||
version 2.0.
|
version 2.0.
|
||||||
|
|
||||||
This branch explores upcoming HPACK changes:
|
This branch implements HPACK-draft-04
|
||||||
|
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04).
|
||||||
|
|
||||||
* Unified request/response static header table
|
There are command-line header compression test tools in hdtest
|
||||||
* Insert index 0 and remove the last one
|
directory. Check out deflatehd and inflatehd commands.
|
||||||
* Drop substitution
|
|
||||||
* Huffman encoding
|
|
||||||
|
|
||||||
With these changes, the implemented protocol is not compatible with
|
With these changes, the implemented protocol is not compatible with
|
||||||
HTTP-draft-06/2.0. Therefore, this branch uses
|
HTTP-draft-06/2.0. Therefore, this branch uses
|
||||||
|
|
Loading…
Reference in New Issue