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.
Link to this callback

unmodified_since?(arg1)

View Source (since 1.0)

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.