nghttp2/examples
Tatsuhiro Tsujikawa 1f72165549 Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily.
Specified stream_user_data_arg can be retrieved by
spdylay_session_get_stream_user_data() function. The application code can use
this function insde spdylay_on_ctrl_send_callback() and identify stream ID
for the request associated by the stream_user_data.
The sample usage is in examples/spdycat.cc.
2012-02-04 01:37:21 +09:00
..
.gitignore Automake-zie the examples directory 2012-01-31 11:10:09 -08:00
Makefile.am Added libcrypto to pkg-config args 2012-02-01 21:42:29 +09:00
spdycat.cc Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_ssl.cc Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_ssl.h Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
uri.cc Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
uri.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.cc Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00