Liberator.Resource.if_modified_since_valid_date-question-mark

You're seeing just the callback if_modified_since_valid_date-question-mark, go back to Liberator.Resource module for more information.
Link to this callback

if_modified_since_valid_date?(arg1)

View Source (since 1.0)

Specs

if_modified_since_valid_date?(Plug.Conn.t()) :: true | false

Check if the If-Modified-Since header is a valid HTTP date.

Used internally; it is not advised to override this function.