Skip to content

Commit

Permalink
Merge pull request #497 from MegaManSec/fix-headers-docs
Browse files Browse the repository at this point in the history
Reference `request_headers` parameter in docs instead of extra_headers.
  • Loading branch information
kurtmckee authored Jan 20, 2025
2 parents 0401a20 + 1a40abc commit ff59549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http-etag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Clients should support both ETag and Last-Modified headers, as some servers supp

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

0 comments on commit ff59549

Please sign in to comment.