elastic / app-search-php

Elastic App Search Official PHP Client
https://www.elastic.co/products/app-search
Apache License 2.0
51 stars 21 forks source link

Http Proxy #50

Closed PatrickHollweck closed 3 years ago

PatrickHollweck commented 3 years ago

Currently, as far as I have seen there is no way to set an HTTP proxy. If there already is a way we should document that!

I would be open to adding this functionality, but we should discuss how the API should look. Any Ideas? I think a setProxy and getProxy method on the ClientBuilder should work

JasonStoltz commented 3 years ago

Hi @PatrickHollweck. We will be deprecating this client soon in favor of https://github.com/elastic/enterprise-search-php. I recommend taking a look at that.