elixir v0.0.3 IndieWeb.Http.Adapter behaviour
Link to this section Summary
Link to this section Callbacks
Link to this callback
request(uri, method, opts)
request(uri, method, opts)
request(uri :: binary(), method :: atom(), opts :: keyword()) ::
{:ok, IndieWeb.Http.Response.t()} | {:error, IndieWeb.Http.Error.t()}
request(uri :: binary(), method :: atom(), opts :: keyword()) :: {:ok, IndieWeb.Http.Response.t()} | {:error, IndieWeb.Http.Error.t()}