nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 4630dfb4fe Added spdylay_on_request_recv_callback function.
This function invoked when request from remote peer is
received.  In other words, frame with FIN flag set is received.  In
HTTP, this means HTTP request, including request body, is fully
received.
2012-02-08 00:11:44 +09:00
examples Fixed the bug that port number in URI is not parsed properly. 2012-02-07 02:06:51 +09:00
lib Added spdylay_on_request_recv_callback function. 2012-02-08 00:11:44 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Added spdylay_on_request_recv_callback function. 2012-02-08 00:11:44 +09:00
.gitignore Add an NPN callback helper that finds the correct version of spdy 2012-02-02 16:31:11 -08:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Automake-zie the examples directory 2012-01-31 11:10:09 -08: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
README.rst Updated spdycat output example 2012-02-02 00:45:02 +09:00
configure.ac Automake-zie the examples directory 2012-01-31 11:10:09 -08:00

README

See README.rst