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

Build status Coverage 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.4"}
  ]
end