Home
last modified time | relevance | path

Searched refs:createResponse (Results 1 – 7 of 7) sorted by last modified time

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php68 public static function createResponse( function in GuzzleHttp\\Ring\\Client\\CurlFactory
H A DCurlHandler.php96 return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
H A DCurlMultiHandler.php237 $result = CurlFactory::createResponse(
H A DStreamHandler.php35 return $this->createResponse($request, $url, $stream);
41 private function createResponse(array $request, $url, $stream) function in GuzzleHttp\\Ring\\Client\\StreamHandler
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php49 return $this->createResponse(
94 private function createResponse( function in GuzzleHttp\\Handler\\StreamHandler
H A DCurlFactory.php565 $easy->createResponse();
H A DEasyHandle.php45 public function createResponse() function in GuzzleHttp\\Handler\\EasyHandle