Skip to content

Commit

Permalink
Update http_cache.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
assoum891 authored and wouterj committed May 10, 2015
1 parent 306fa3d commit 909f94b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 909f94b

Please sign in to comment.