Ace

HTTP/2 server and client for Elixir

Features

For more view the features board.

Guides

For TCP/TLS server see previous version.

Testing

Run h2spec against the example hello_http2 application.

  1. Start the example app.
    cd examples/hello_http2
    iex -S mix
  2. Run h2spec from docker
    sudo docker run --net="host" summerwind/h2spec --port 8443 -t -k -S