This configuration can be used for both REST-based and gRPC-based clients. The client library sets the underlying configuration parameters based on the values in this struct.
The full URI is constructed as:
{scheme}://{username}:{password}hostname}:{port}
Any empty values are omitted, except for the scheme which defaults to https. If the hostname value is empty, no HTTP proxy is configured.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document outlines the `ProxyConfig` class for configuring HTTP proxies in C++ clients, supporting both REST and gRPC connections."],["The `ProxyConfig` class allows setting parameters such as hostname, port, username, password, and scheme to define the proxy details."],["The full proxy URI is dynamically constructed based on provided values, with the scheme defaulting to `https` and omitting any empty parameters besides the scheme."],["Several `set_` methods are available for each parameter, offering both lvalue and rvalue reference overloads for modifying the `ProxyConfig` object."],["The webpage provides a comprehensive list of previous versions of the `ProxyConfig` class, ranging from version 2.37.0-rc down to version 2.10.1, in addition to the current version 2.16.0."]]],[]]