8000 Update http_cache.rst · symfony/symfony-docs@2537437 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2537437

Browse files
askeitajaviereguiluz
authored andcommitted
Update http_cache.rst
Replaced "two" by "three" on line 313.
1 parent 74e2a7f commit 2537437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Safe Methods: Only caching GET or HEAD requests
315315
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316316

317317
HTTP caching only works for "safe" HTTP methods (like GET and HEAD). This means
318-
two things:
318+
three things:
319319

320320
* Don't try to cache PUT or DELETE requests. It won't work and with good reason.
321321
These methods are meant to be used when mutating the state of your application

0 commit comments

Comments
 (0)
0