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

class ConditionalGetMiddleware(MiddlewareMixin)
source link

Documentation

Methods

Inherited methods

Reexports