Tatsuhiro Tsujikawa 052be3296c Implement compressed DATA
The library interface supports compressed DATA.  The library does not
deflate nor inflate data payload.  When sending data, an application
has to compress data and set NGHTTP2_DATA_FLAG_COMPRESSED to
data_flags parameter in nghttp2_data_source_read_callback.  On
receiving, flags parameter in nghttp2_on_data_chunk_recv_callback
includes NGHTTP2_FLAG_COMPRESSED.  An application should check the
flags and inflate data as necessary.  Since compression context is per
frame, when DATA is seen in nghttp2_on_frame_recv_callback, an
application should reset compression context.
2014-04-25 01:27:18 +09:00
2012-10-27 14:54:06 -07:00
2014-04-25 01:27:18 +09:00
2014-04-25 01:27:18 +09:00
2014-04-25 01:27:18 +09:00
2014-03-30 19:26:37 +09:00
2014-04-21 00:57:27 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +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
2014-03-30 19:26:37 +09:00
2014-02-05 23:12:53 +09:00
2014-04-02 01:44:39 +09:00
2013-07-13 00:43:06 +09:00
2012-01-18 00:53:12 +09:00
2014-04-24 00:00:54 +09:00

See README.rst
Description
nghttp2 - HTTP/2 C Library and tools
Readme 39 MiB
v1.51.0r1 Latest
2023-01-06 00:14:14 +01:00
Languages
C++ 51.6%
C 38.6%
Go 3.9%
Python 2.1%
M4 1.5%
Other 2.3%