method
if_modified_since
v2_1_10 -
Show latest stable
- Class:
RDoc::Servlet
if_modified_since(req, res, path = nil)public
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.