elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.36k stars 112 forks source link

Move HPACK to the HPax package #331

Closed mtrudel closed 3 years ago

mtrudel commented 3 years ago

Updates Mint to depend on the HPax library, which contains the logic removed in this PR.

~Works locally with a path: option added to the :hpax dependency. Once a version of HPax is released I will update this PR's mix.lock and this will become ready for review / merge.~ Done

mtrudel commented 3 years ago

Updated to HPAX 0.1.1 and ready for review

ericmj commented 3 years ago

Thank you @mtrudel!