View Source Multiverses.Http

installation

Installation

This package can be installed by adding multiverses_http to your list of dependencies in mix.exs:

def deps do
  [
    {:multiverses, "~> 0.9", runtime: (Mix.env == :test)},
    {:multiverses_http, "~> 0.1.0", runtime: (Mix.env == :test)}
  ]
end

Documentation can be found at https://hexdocs.pm/multiverses_http.