Sms77.HTTPClient.head-exclamation-mark

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

head!(url, headers \\ [], options \\ [])

View Source

Specs

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