A hackney pool implementation that sets limits per host in stead of pool.
The package can be installed
by adding host_pool
to your list of dependencies in mix.exs
:
def deps do
[
{:host_pool, "~> 0.0"}
]
end
Documentation can be found at https://hexdocs.pm/host_pool.