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.
2 parents edf1388 + d896baa commit 970a99aCopy full SHA for 970a99a
docs/api/phalcon_http.md
@@ -700,12 +700,7 @@ private $queryFilters;
700
/**
701
* @var array|null
702
*/
703
-private $patchCache;
704
-
705
-/**
706
- * @var array|null
707
- */
708
-private $putCache;
+private $postCache;
709
710
711
* @var string
@@ -1152,6 +1147,12 @@ Checks whether HTTP method is HEAD.
1152
1147
if _SERVER["REQUEST_METHOD"]==="HEAD"
1153
1148
1154
1149
1150
+```php
1151
+public function isJson(): bool;
+```
+Checks whether request content type contains json data
+
1155
1156
```php
1157
public function isMethod( mixed $methods, bool $strict = bool ): bool;
1158
```
0 commit comments