Class ConditionalGetMiddleware
Handle conditional GET operations. If the response has an ETag or Last-Modified header and the request has If-None-Match or If-Modified-Since, replace the response with HttpNotModified. Add an ETag header if needed.
Declaration
source linkDocumentation
Methods
▷ def needs_etag(self, response) Return True if an ETag header should be added to response.