From a1dd866ebca35fd27480f924d2ef996f744b049e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 10 Aug 2013 00:57:49 +0900 Subject: [PATCH] Update README.rst --- README.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 618433a9..a442d0d0 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------