nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 8eea63aa30 Added example.
This example program can connect to remote host given in command-line
via SSL and retrieves given path using SPDY protocol.
To build this program, OpenSSL + NPN support is required.
2012-01-27 01:32:05 +09:00
examples Added example. 2012-01-27 01:32:05 +09:00
lib Added spdylay_reply_submit() and DATA frame handling after SYN_REPLY. 2012-01-27 01:17:40 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Added spdylay_reply_submit() and DATA frame handling after SYN_REPLY. 2012-01-27 01:17:40 +09:00
.gitignore Added libtool files 2012-01-18 00:53:12 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Added libtool files 2012-01-18 00:53:12 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Added libtool files 2012-01-18 00:53:12 +09:00
NEWS Added libtool files 2012-01-18 00:53:12 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
configure.ac Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00

README

See README.rst