FindSiteIcon.Util.HTTPUtils.do_get

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

do_get(url, headers \\ [], opts \\ [])

View Source

Specs

do_get(binary() | Tesla.Client.t(), keyword(), keyword()) ::
  {:error, any()} | {:ok, Tesla.Env.t()}