Client icon indicating copy to clipboard operation
Client copied to clipboard

Customize Proxy

Open quartoxuna opened this issue 2 years ago • 0 comments

It seems not to be possible to configure proxy settings when initializing a new client. It is possible for the used HTTP client (guzzle6 in my case), but I don't understand, how I should configure the proxy settings.

Is there a way to simply do this: $client = new Gitlab\Client(["proxy" => "proxy.example.org:3128"]);

quartoxuna avatar Sep 12 '23 12:09 quartoxuna