Home
last modified time | relevance | path

Searched refs:withCookieParams (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php85 public function withCookieParams(array $cookies); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php85 public function withCookieParams(array $cookies): ServerRequestInterface; function
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php177 ->withCookieParams($_COOKIE)
DUtils.php209 ->withCookieParams($request->getCookieParams())
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DServerRequest.php181 ->withCookieParams($_COOKIE)
DUtils.php218 ->withCookieParams($request->getCookieParams())
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md56 | `withCookieParams(array $cookies)` | Returns a new request instance with the specified cookies …