Update README.rst
This commit is contained in:
parent
c36fcf1794
commit
a1dd866ebc
16
README.rst
16
README.rst
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in New Issue