mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Added missing period to "etc.".
This commit is contained in:
parent
99d2469e75
commit
b34ff66e5b
16 changed files with 17 additions and 17 deletions
|
@ -6,7 +6,7 @@ HTTP clients can send a number of headers to tell the server about copies of a
|
|||
resource that they have already seen. This is commonly used when retrieving a
|
||||
Web page (using an HTTP ``GET`` request) to avoid sending all the data for
|
||||
something the client has already retrieved. However, the same headers can be
|
||||
used for all HTTP methods (``POST``, ``PUT``, ``DELETE``, etc).
|
||||
used for all HTTP methods (``POST``, ``PUT``, ``DELETE``, etc.).
|
||||
|
||||
For each page (response) that Django sends back from a view, it might provide
|
||||
two HTTP headers: the ``ETag`` header and the ``Last-Modified`` header. These
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue