class ConditionalGetMiddleware
[source]
Handles conditional GET operations. If the response has a ETag
or Last-Modified
header, and the request has If-None-Match
or If-Modified-Since
, the response is replaced by an HttpResponseNotModified
.
Also sets the Date
and Content-Length
response-headers.
Please login to continue.