/home/desid573/public_html/tollster/vendor/google/auth/src/HttpHandler
NameSizeModeActions
Guzzle5HttpHandler.php38550644editdlrm
Guzzle6HttpHandler.php11450644editdlrm
HttpHandlerFactory.php14240644editdlrm
Edit: /home/desid573/public_html/tollster/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php (1145B)
client = $client; } /** * Accepts a PSR-7 request and an array of options and returns a PSR-7 response. * * @param RequestInterface $request * @param array $options * * @return ResponseInterface */ public function __invoke(RequestInterface $request, array $options = []) { return $this->client->send($request, $options); } /** * Accepts a PSR-7 request and an array of options and returns a PromiseInterface * * @param RequestInterface $request * @param array $options * * @return \GuzzleHttp\Promise\Promise */ public function async(RequestInterface $request, array $options = []) { return $this->client->sendAsync($request, $options); } }