GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 451 forks source link

Customize Proxy #775

Open quartoxuna opened 1 year ago

quartoxuna commented 1 year ago

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"]);