Search
Spec for defining an url filter.
@type opts() :: map()
@type url() :: String.t()
@callback filter(url(), opts()) :: {:ok, boolean()} | {:error, term()}