HttpEx

HttpEx is an Elixir HTTP abstraction library to easily log, trace and mock your HTTP calls.

Build statusCoverage Status

Installation

The package HTTPEx can be installed by adding http_ex to your list of dependencies in mix.exs:

def deps do
[
{:http_ex, "~> 0.2.8"}
]
end