Liberator.Resource.unmodified_since-question-mark
You're seeing just the callback
unmodified_since-question-mark
, go back to Liberator.Resource module for more information.
Specs
unmodified_since?(Plug.Conn.t()) :: true | false
Checks if the resource was not modified since the date given in the If-Unmodified-Since
header.
By default, checks the header against the value returned by last_modified/1
.