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
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01
Currently, the library lacks the following features:
* Header continuation
* ALPN: instead, NPN is used
=================== =================
Features HTTP-draft-04/2.0
=================== =================
Flow Control Done
Header Compression Done
Reprioritization Done
Header Continuation
Server Push Done
HTTP Upgrade Done
ALPN
NPN Done
=================== =================
Requirements
------------