Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ This has two very reasonable consequences:

* You should *never* change the state of your application when responding
to a GET or HEAD request. Even if you don't use a gateway cache, the presence
of proxy caches mean that any GET or HEAD request may or may not actually
of proxy caches means that any GET or HEAD request may or may not actually
hit your server;

* Don't expect PUT, POST or DELETE methods to cache. These methods are meant
Expand Down