Commit 83f35ede authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update README.rst

parent f8f32125
...@@ -4,12 +4,11 @@ nghttp2 - HTTP/2.0 C Library ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment