View Source Crawler.Fetcher.Retrier.Spec behaviour (Crawler v1.5.0)

Spec for defining a fetch retrier.

Summary

Types

@type fetch_url() :: (... -> any())
@type opts() :: map()

Callbacks

Link to this callback

perform(fetch_url, opts)

View Source
@callback perform(fetch_url(), opts()) :: term()