Codebase list python-hpack / 924a217
Changelog for #38. Cory Benfield 8 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22
33 dev (XXXX)
44 ----------
5
6 **API Changes (Backward Compatible)**
7
8 - Added ``HeaderTuple`` and ``NeverIndexedHeaderTuple`` classes that signal
9 whether a given header field may ever be indexed in HTTP/2 header
10 compression.
11 - Changed ``Decoder.decode()`` to return the newly added ``HeaderTuple`` class
12 and subclass. These objects behave like two-tuples, so this change does not
13 break working code.
514
615 **Bugfixes**
716