We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0401a20 + 1a40abc commit ff59549Copy full SHA for ff59549
docs/http-etag.rst
@@ -80,7 +80,7 @@ Clients should support both ETag and Last-Modified headers, as some servers supp
80
81
You can control the behaviour of :abbr:`HTTP (Hypertext Transfer Protocol)`
82
caches between your application and the origin server by using the
83
- ``extra_headers`` parameter. For example, you may want to send
+ ``request_headers`` parameter. For example, you may want to send
84
``Cache-control: max-age=60`` to make the caches revalidate against the
85
origin server unless their cached copy is less than a minute old. Again,
86
this should be used with consideration.
0 commit comments