ruslandoga / picohttpparser

Elixir bindings for h2o/picohttpparser
0 stars 0 forks source link

PicoHTTPParser

An Elixir NIF for h2o/picohttpparser.

Installation

The package can be installed by adding picohttpparser to your list of dependencies in mix.exs

def deps do
  [
    {:picohttpparser, "~> 0.1.0"}
  ]
end

Usage

Please see tests for examples.