An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/sideshow/hufflehoff.svg?branch=master)](https://travis-ci.org/sideshow/hufflehoff) [![Hex pm](http://img.shields.io/hexpm/v/hufflehoff.svg?style=flat)](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
```