Django

Code

Ticket #5898: middleware-docs.diff

File middleware-docs.diff, 0.6 kB (added by arien <regexbot@gmail.com>, 1 year ago)
  • docs/middleware.txt

    old new  
    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----------------------------------------------------