Http.Client.Behaviour behaviour (ExAzureStorage v0.1.0) View Source
Link to this section Summary
Link to this section Callbacks
Specs
delete(url(), headers(), options()) :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}
Specs
get(url(), headers(), options()) :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}
Specs
Specs
put(url(), body(), headers(), options()) :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}