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 configuration for an HTTP Proxy, applicable to both REST and gRPC-based clients."],["The full URI is created using the format `{scheme}://{username}:{password}hostname}:{port}`, and any empty value is omitted, except for the `scheme` which uses `https` as the default value."],["There are various functions available, such as `set_hostname`, `set_port`, `set_username`, `set_password`, and `set_scheme`, to set the different parts of the HTTP proxy, each with a reference and rvalue reference parameter modifier."],["The document provides a list of available versions of this configuration from 2.10.1 up to the latest, 2.37.0-rc, as well as the version the document applies to, 2.21.0."]]],[]]