8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62a390 commit c17a85bCopy full SHA for c17a85b
src/Symfony/Component/HttpFoundation/Request.php
@@ -1466,6 +1466,8 @@ public function isMethod($method)
1466
/**
1467
* Checks whether the method is safe or not.
1468
*
1469
+ * @see https://tools.ietf.org/html/rfc7231#section-4.2.1
1470
+ *
1471
* @param bool $andCacheable Adds the additional condition that the method should be cacheable. True by default.
1472
1473
* @return bool
@@ -1478,6 +1480,8 @@ public function isMethodSafe(/* $andCacheable = true */)
1478
1480
1479
1481
* Checks whether the method is cacheable or not.
1482
1483
+ * @see https://tools.ietf.org/html/rfc7231#section-4.2.3
1484
1485
1486
*/
1487
public function isMethodCacheable()
0 commit comments