Trifolium.DivisionClasses.put-exclamation-mark
You're seeing just the function
put-exclamation-mark
, go back to Trifolium.DivisionClasses module for more information.
Link to this function
put!(url, body \\ "", headers \\ [], options \\ [])
Specs
put!(binary(), any(), headers(), Keyword.t()) :: HTTPoison.Response.t() | HTTPoison.AsyncResponse.t() | HTTPoison.MaybeRedirect.t()
Issues a PUT request to the given url, raising an exception in case of failure.
If the request does not fail, the response is returned.
See request!/5
for more detailed information.