$proxyUrl
$proxyUrl :
Creates a Guzzle HTTP handler that passes proxy information when invoked.
__construct(\Google\AdsApi\Common\AdsSession $session,\GuzzleHttp\ClientInterface|null $httpClient = null)
Creates a new instance of the HTTP handler with the provided Ads session and client.
\Google\AdsApi\Common\AdsSession | $session | the Ads session whose connection settings are used to make requests |
\GuzzleHttp\ClientInterface|null | $httpClient | the user-provided HTTP client |
__invoke(\Psr\Http\Message\RequestInterface $request): \Psr\Http\Message\ResponseInterface
Accepts a PSR-7 request, make a request and returns the result as a PSR-7 response.
\Psr\Http\Message\RequestInterface | $request | the request to send |
the response from making the request