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}
]
endDocumentation can be found at https://hexdocs.pm/multiverses_http.