Skip to content

Commit ff59549

Browse files
authored
Merge pull request #497 from MegaManSec/fix-headers-docs
Reference `request_headers` parameter in docs instead of extra_headers.
2 parents 0401a20 + 1a40abc commit ff59549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/http-etag.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Clients should support both ETag and Last-Modified headers, as some servers supp
8080

8181
You can control the behaviour of :abbr:`HTTP (Hypertext Transfer Protocol)`
8282
caches between your application and the origin server by using the
83-
``extra_headers`` parameter. For example, you may want to send
83+
``request_headers`` parameter. For example, you may want to send
8484
``Cache-control: max-age=60`` to make the caches revalidate against the
8585
origin server unless their cached copy is less than a minute old. Again,
8686
this should be used with consideration.

0 commit comments

Comments
 (0)