Hacker News new | ask | show | jobs
by codeadict 101 days ago
Working on https://github.com/codeadict/gen_http a low level HTTP client library for Erlang that full featured clients can build on top of. Erlang's default HTTP client httpc is great but has a lot of process overhead, consumes memory and doesn't support HTTP2. This is heavily inspired by Mint in Elixir