2012-03-11 15:18:09 +01:00
|
|
|
.. Spdylay documentation master file, created by
|
|
|
|
sphinx-quickstart on Sun Mar 11 22:57:49 2012.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
Spdylay - SPDY C Library
|
|
|
|
========================
|
2012-03-11 15:18:09 +01:00
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
This is an experimental implementation of Google's SPDY protocol in C.
|
2012-03-13 16:32:52 +01:00
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
.. hlist::
|
|
|
|
:columns: 3
|
2012-03-13 16:32:52 +01:00
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
* `Download <http://sourceforge.net/projects/spdylay/files/stable/>`_
|
|
|
|
* `Sourceforge.net <http://sourceforge.net/projects/spdylay>`_
|
|
|
|
* `Source <https://github.com/tatsuhiro-t/spdylay>`_
|
2012-03-13 16:47:03 +01:00
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
This library provides SPDY version 2 and 3 framing layer
|
|
|
|
implementation. It does not perform any I/O operations. When the
|
|
|
|
library needs them, it calls the callback functions provided by the
|
|
|
|
application. It also does not include any event polling mechanism, so
|
|
|
|
the application can freely 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).
|
2012-03-13 16:47:03 +01:00
|
|
|
|
2012-09-12 15:37:05 +02:00
|
|
|
This project also develops SPDY client, server and proxy on top of
|
|
|
|
Spdylay library.
|
|
|
|
|
2012-03-11 15:18:09 +01:00
|
|
|
Contents:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2012-05-19 15:05:56 +02:00
|
|
|
package_README
|
2012-03-13 16:32:52 +01:00
|
|
|
apiref
|
2012-08-20 18:10:10 +02:00
|
|
|
python
|
2012-04-25 14:25:51 +02:00
|
|
|
|
|
|
|
Resources
|
|
|
|
---------
|
|
|
|
|
|
|
|
* http://www.chromium.org/spdy
|