From ddc65c5ca718ed0820448a9f935e21496f09468c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 27 Jan 2012 01:38:35 +0900 Subject: [PATCH] Added README.rst --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..1e5bed15 --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +Spdylay - SPDY C Library +======================== + +This is an experimental implementation of Google's SPDY protocol +version 2 in C. + +The current status of development is in very early stage. Not all +control frames have not been implemented yet. But ``spdycl`` in +*examples* directory can connect to SPDY-capable server via SSL and +select spdy/2 with NPN and get a resource given in command-line.