View Source Multiverses.Http
Installation
This package can be installed by adding multiverses_http
to your list of dependencies in mix.exs
:
def deps do
[
{:multiverses, "~> 0.11", only: :test},
{:multiverses_http, "~> 0.2", only: :test}
]
end
Documentation can be found at https://hexdocs.pm/multiverses_http.