Searched refs:checkDecode (Results 1 – 2 of 2) sorted by relevance
54 $stream = $this->checkDecode($request, $response, $stream);69 private function checkDecode(array $request, array $response, $stream) function in GuzzleHttp\\Ring\\Client\\StreamHandler
107 list($stream, $headers) = $this->checkDecode($options, $headers, $stream);157 private function checkDecode(array $options, array $headers, $stream) function in GuzzleHttp\\Handler\\StreamHandler