View Source Libmention.StorageApi behaviour (libmention v0.1.4)
The behaviour for required for storing a webmention.
By default ets
is used, but implementing this behaviour
and setting your configuration value to that implementation,
you can use any storage backend you want.
Link to this section Summary
Callbacks
This is called after a webmention is sent.
This is called when the content of a webmention (sha) changes and we've already and we sent another one.
Link to this section Types
Link to this section Callbacks
This is called after a webmention is sent.
Saving the webmention result in storage means that we can make better decisions about if we want to send another webmention or not.
This is called when the content of a webmention (sha) changes and we've already and we sent another one.