Add *Option
to configure the HTTP proxy
#12764
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Some applications may need to configure the HTTP proxy via
google::cloud::Options{}
values instead of setting environment variables.Both gRPC and libcurl have mechanisms to configure this, largely compatible:
https://curl.se/libcurl/c/CURLOPT_PROXY.html
https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html
https://curl.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
and https://github.com/grpc/grpc/blob/master/doc/core/default_http_proxy_mapper.md
The text was updated successfully, but these errors were encountered: