Sms77.HTTPClient.post-exclamation-mark

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

post!(url, body, headers \\ [], options \\ [])

View Source

Specs

Issues a POST 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.