Tatsuhiro Tsujikawa 0e4b3d435e Emit header name/value pair using callback functions
Now, in nghttp2_on_frame_recv_callback, nva and nvlen in
HEADERS and PUSH_PROMISE frames are always NULL and 0 respectively.
The header name/value pairs are emitted successive
nghttp2_on_header_callback functions. The end of header fields are
signaled with nghttp2_on_end_headers_callback function.

Since NGHTTP2_ERR_PAUSE for nghttp2_on_frame_recv_callback is
introduced to handle header block, it is now deprecated.
Instead, nghttp2_on_header_callback can be paused using
NGHTTP2_ERR_PAUSE.
2014-01-17 01:49:43 +09:00
2014-01-11 00:21:57 +09:00
2012-10-27 14:54:06 -07:00
2014-01-11 01:05:42 +09:00
2013-09-19 23:53:57 +09:00
2013-07-13 00:43:06 +09:00
2012-01-18 00:53:12 +09:00
2012-01-18 00:53:12 +09:00
2014-01-05 22:17:12 +09:00
2013-07-13 00:43:06 +09:00
2012-01-18 00:53:12 +09:00
2014-01-11 17:13:24 +09:00

See README.rst
Description
nghttp2 - HTTP/2 C Library and tools
Readme 42 MiB
Languages
C++ 51.6%
C 38.3%
Go 4.1%
Python 1.8%
M4 1.7%
Other 2.5%