HttpEx HttpEx is an Elixir HTTP abstraction library to easily log, trace and mock your HTTP calls. 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.5"} ] end