Ticket #5898: middleware-docs.diff
File middleware-docs.diff, 637 bytes (added by , 17 years ago) |
---|
-
docs/middleware.txt
104 104 ``Last-Modified`` header, and the request has ``If-None-Match`` or 105 105 ``If-Modified-Since``, the response is replaced by an HttpNotModified. 106 106 107 Also removes the content from any response to a HEAD request and sets the 108 ``Date`` and ``Content-Length`` response-headers. 107 Also sets the ``Date`` and ``Content-Length`` response-headers. 109 108 110 109 django.middleware.http.SetRemoteAddrFromForwardedFor 111 110 ----------------------------------------------------