aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_hpack.erl
AgeCommit message (Collapse)Author
2015-03-19Add HPACK decoding and encoding functionsLoï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.