Added README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2012-01-27 01:38:35 +09:00
parent fd802300fa
commit ddc65c5ca7
1 changed files with 10 additions and 0 deletions

10
README.rst Normal file
View File

@ -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.