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.