From 31286d93264ae99acc7119be32f98c9c084ce57e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 26 Mar 2012 23:46:02 +0900 Subject: [PATCH] Updated README.rst --- README.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f1b3838d..e287fdb9 100644 --- a/README.rst +++ b/README.rst @@ -12,9 +12,21 @@ choose the way of handling events. This library code does not depend on any particular SSL library (except for example programs which depend on OpenSSL 1.0.1 or later). -The current status of development is in a beta stage now. As described -below, we can create SPDY client and server with the current Spdylay -API. +STATUS +------ + +SPDY/2 + Most of the SPDY/2 functionality has been implemented. + +SPDY/3 + CREDENTIALS frame has not been implemented yet. + +In both versions, the direct support of server-push has not been +available yet. The application can achieve server-push using +primitive APIs though. + +As described below, we can create SPDY client and server with the +current Spdylay API. Build from git --------------