Sms77.HTTPClient.put-exclamation-mark

You're seeing just the function put-exclamation-mark, go back to Sms77.HTTPClient module for more information.
Link to this function

put!(url, body \\ "", headers \\ [], options \\ [])

View Source

Specs

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.