IndieWeb.Webmention.URIAdapter behaviour (IndieWeb v0.0.49) View Source

Facility for handling URI generation of Webmention logic.

Link to this section Summary

Callbacks

Defines a means of obtaining a target from a URI.

Defines a means of generating a URI from the provided value.

Link to this section Callbacks

Specs

from_source_url(uri :: URI.t()) :: nil | any()

Defines a means of obtaining a target from a URI.

Specs

to_source_url(object :: any()) :: nil | URI.t()

Defines a means of generating a URI from the provided value.