https://github.com/sideshow/hufflehoff
Elixir Huffman encoder/decoder for HTTP/2 headers
https://github.com/sideshow/hufflehoff
Last synced: 17 days ago
JSON representation
Elixir Huffman encoder/decoder for HTTP/2 headers
- Host: GitHub
- URL: https://github.com/sideshow/hufflehoff
- Owner: sideshow
- License: mit
- Created: 2016-01-25T10:42:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T10:46:53.000Z (about 10 years ago)
- Last Synced: 2025-03-28T05:31:41.161Z (12 months ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/sideshow/hufflehoff) [](https://hex.pm/packages/hufflehoff)
# Hufflehoff
A Huffman encoder/decoder for HTTP/2 headers.
This is an Elixir version of the Huffman Erlang code in [https://github.com/joedevivo/hpack](https://github.com/joedevivo/hpack)
## Installation
Add hufflehoff to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:hufflehoff, "~> 0.0.1"}]
end
```