FindSiteIcon.Util.IconUtils.reject_bad_content_type

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

reject_bad_content_type(response)

View Source

Specs

reject_bad_content_type(any()) ::
  nil
  | {:ok,
     %Tesla.Env{
       __client__: term(),
       __module__: term(),
       body: term(),
       headers: term(),
       method: term(),
       opts: term(),
       query: term(),
       status: term(),
       url: term()
     }}