FindSiteIcon.Util.HTTPUtils.request-exclamation-mark

You're seeing just the function request-exclamation-mark, go back to FindSiteIcon.Util.HTTPUtils module for more information.
Link to this function

request!(client \\ %Tesla.Client{}, options)

View Source

Specs

request!(Tesla.Env.client(), [option()]) :: Tesla.Env.t() | no_return()

Perform request and raise in case of error.

This is similar to request/2 behaviour from Tesla 0.x

See request/2 for list of available options.