Trifolium.DivisionOrders.put
You're seeing just the function
put
, go back to Trifolium.DivisionOrders module for more information.
Link to this function
put(url, body \\ "", headers \\ [], options \\ [])
Specs
put(binary(), any(), headers(), Keyword.t()) :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t() | HTTPoison.MaybeRedirect.t()} | {:error, HTTPoison.Error.t()}
Issues a PUT request to the given url.
Returns {:ok, response}
if the request is successful, {:error, reason}
otherwise.
See request/5
for more detailed information.