Page MenuHomePhabricator

Handle If-Modified-Since header in GET /entities/items/{item_id}
Closed, InvalidPublic

Description

Respond with status 304 if the given If-Modified-Since header is equal to or later than the time of the creation of the latest revision, otherwise respond with status 200. The 304 response should contain the last modified and etag headers per the spec. Ignore If-Modified-Since if also given If-None-Match.