.codecov.yml |
|
13 |
.github |
|
|
.gitignore |
|
126 |
bench |
|
|
CHANGELOG.rst |
|
5256 |
CONTRIBUTORS.rst |
|
1388 |
docs |
|
|
LICENSE |
|
1080 |
Makefile |
|
241 |
MANIFEST.in |
|
302 |
README.rst |
======================================== |
1698 |
setup.cfg |
|
300 |
setup.py |
|
1810 |
src |
|
|
tasks.py |
This task generates HPACK test data suitable for use with
https://github.com/http2jp/hpack-test-case
The current format defines a JSON object with three keys: 'draft',
'description' and 'cases'.
The cases key has as its value a list of objects, with each object
representing a set of headers and the output from the encoder. The object
has the following keys:
- 'header_table_size': the size of the header table used.
- 'headers': A list of the headers as JSON objects.
- 'wire': The output from the encoder in hexadecimal.
|
1989 |
test |
|
|
tox.ini |
|
1350 |
utils |
|
|