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.

Documentation

Installation

def deps do
  [
    {:any_http, "~> 0.1"}
  ]
end