Update doc
This commit is contained in:
parent
5cc24cb7c2
commit
c7c496b029
|
@ -890,8 +890,8 @@ and decompressor in Python:
|
|||
import binascii
|
||||
import nghttp2
|
||||
|
||||
deflater = nghttp2.HDDeflater(nghttp2.HD_SIDE_REQUEST)
|
||||
inflater = nghttp2.HDInflater(nghttp2.HD_SIDE_REQUEST)
|
||||
deflater = nghttp2.HDDeflater()
|
||||
inflater = nghttp2.HDInflater()
|
||||
|
||||
data = deflater.deflate([(b'foo', b'bar'),
|
||||
(b'baz', b'buz')])
|
||||
|
|
|
@ -37,5 +37,5 @@ Released Versions
|
|||
Resources
|
||||
---------
|
||||
|
||||
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
|
||||
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-05
|
||||
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-10
|
||||
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06
|
||||
|
|
Loading…
Reference in New Issue