You are here

private function StreamHandler::add_timeout in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php \GuzzleHttp\Handler\StreamHandler::add_timeout()

File

vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php, line 342

Class

StreamHandler
HTTP handler that uses PHP's HTTP stream wrapper.

Namespace

GuzzleHttp\Handler

Code

private function add_timeout(RequestInterface $request, &$options, $value, &$params) {
  $options['http']['timeout'] = $value;
}