Searched refs:withStatus (Results 1 – 5 of 5) sorted by relevance
52 public function withStatus($code, $reasonPhrase = ''); function
52 public function withStatus(int $code, string $reasonPhrase = ''): ResponseInterface; function
127 public function withStatus($code, $reasonPhrase = '') function in GuzzleHttp\\Psr7\\Response
129 public function withStatus($code, $reasonPhrase = ''): ResponseInterface function in GuzzleHttp\\Psr7\\Response
74 | `withStatus($code, $reasonPhrase = '')` | Returns a new response instance with the specified stat…