Home
last modified time | relevance | path

Searched refs:getCookieParams (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php66 public function getCookieParams(); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php66 public function getCookieParams(): array; function
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUtils.php218 ->withCookieParams($request->getCookieParams())
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php209 ->withCookieParams($request->getCookieParams())
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md55 | `getCookieParams()` | Retrieves cookies sent by the client to the server. | Typica…