Searched defs:createResponse (Results 1 – 8 of 8) sorted by relevance
17 public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface; function
45 public function createResponse() function in GuzzleHttp\\Handler\\EasyHandle
94 private function createResponse( function in GuzzleHttp\\Handler\\StreamHandler
69 public function createResponse(): void function in GuzzleHttp\\Handler\\EasyHandle
98 …private function createResponse(RequestInterface $request, array $options, $stream, ?float $startT… function in GuzzleHttp\\Handler\\StreamHandler
80 public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface function in GuzzleHttp\\Psr7\\HttpFactory
68 public static function createResponse( function in GuzzleHttp\\Ring\\Client\\CurlFactory
41 private function createResponse(array $request, $url, $stream) function in GuzzleHttp\\Ring\\Client\\StreamHandler