grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC
https://grpc.io
Apache License 2.0
20.21k stars 4.25k forks source link

Setting HTTPS proxy without setting HTTPS_PROXY env variable #7358

Closed jskiba closed 7 hours ago

jskiba commented 5 days ago

https://github.com/grpc/grpc-go/blob/master/Documentation/proxy.md#custom-proxy - this page seems to be out of date since WithDialer option is deprecated. Is there any other alternative to this?

purnesh42H commented 4 days ago

@jskiba I will take a look and get back to you

purnesh42H commented 4 days ago

@jskiba WithDialer is deprecated. You can use WithContextDialer instead. Will update the documentation