Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-24 | HPACK: Fix an issue with header values as iolists | Loïc Hoguin | |
2015-03-19 | Add HPACK decoding and encoding functions | Loïc Hoguin | |
No decoding options have been added in this commit. They will be added in the future. Only one encoding option has been added: #{huffman => boolean()}. It allows to disable Huffman compression of strings. This compression is enabled by default. |