View Source Mobilizon.Service.RichMedia.Favicon (Mobilizon v5.0.0-beta.1)

Module to fetch favicon information from a website

Taken and adapted from https://github.com/ricn/favicon

Summary

Functions

Link to this function

fetch(url, options \\ [])

View Source
@spec fetch(String.t(), Enum.t()) :: {:ok, String.t()} | {:error, any()}