Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/http-message/src/
DResponseInterface.php52 public function withStatus($code, $reasonPhrase = ''); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DResponseInterface.php52 public function withStatus(int $code, string $reasonPhrase = ''): ResponseInterface; function
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DResponse.php127 public function withStatus($code, $reasonPhrase = '') function in GuzzleHttp\\Psr7\\Response
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DResponse.php129 public function withStatus($code, $reasonPhrase = ''): ResponseInterface function in GuzzleHttp\\Psr7\\Response
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md74 | `withStatus($code, $reasonPhrase = '')` | Returns a new response instance with the specified stat…