View Source Any HTTP
Elixir library which wraps the main HTTP libraries. It allows the final project to decide which HTTP library they want to use and provide an unified interface.
Installation
def deps do
[
{:any_http, "~> 0.1"}
]
end
Elixir library which wraps the main HTTP libraries. It allows the final project to decide which HTTP library they want to use and provide an unified interface.
def deps do
[
{:any_http, "~> 0.1"}
]
end