Ticket #5898: middleware-docs.diff

File middleware-docs.diff, 637 bytes (added by arien <regexbot@…>, 16 years ago)
  • docs/middleware.txt

     
    104104``Last-Modified`` header, and the request has ``If-None-Match`` or
    105105``If-Modified-Since``, the response is replaced by an HttpNotModified.
    106106
    107 Also removes the content from any response to a HEAD request and sets the
    108 ``Date`` and ``Content-Length`` response-headers.
     107Also sets the ``Date`` and ``Content-Length`` response-headers.
    109108
    110109django.middleware.http.SetRemoteAddrFromForwardedFor
    111110----------------------------------------------------
Back to Top