Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-02-16 15:30:46 +09:00
parent 5cc24cb7c2
commit c7c496b029
2 changed files with 4 additions and 4 deletions

View File

@ -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')])

View File

@ -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