Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-10 00:57:49 +09:00
parent c36fcf1794
commit a1dd866ebc
1 changed files with 12 additions and 4 deletions

View File

@ -12,10 +12,18 @@ We started to implement HTTP-draft-04/2.0
spdylay code base. The header compression is based on spdylay code base. The header compression is based on
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01 http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01
Currently, the library lacks the following features: =================== =================
Features HTTP-draft-04/2.0
* Header continuation =================== =================
* ALPN: instead, NPN is used Flow Control Done
Header Compression Done
Reprioritization Done
Header Continuation
Server Push Done
HTTP Upgrade Done
ALPN
NPN Done
=================== =================
Requirements Requirements
------------ ------------