if_modified_since(req, res, path = nil)
Instance Public methods
Handles the If-Modified-Since HTTP header on req
for
path
. If the file has not been modified a Not Modified
response is returned. If the file has been modified a Last-Modified header
is added to res
.
Please login to continue.