View Source PlugImageProcessing.Sources.HTTPClientCache behaviour (plug_image_processing v0.3.0)

Link to this section Summary

Link to this section Callbacks

@callback fetch_source(source()) :: nil | {:ok, binary(), Keyword.t()}
@callback invalid_source?(source()) :: boolean()
@callback put_source(source(), any()) :: :ok