Name of the proxy server to connect through
Port number of the proxy server to connect through
Type of proxy authentication to use. Default is None
Optional auth_username: stringUsername to use when auth_type is Basic
Optional auth_password: stringPassword to use when auth_type is Basic
Optional tls_opts: TlsConnectionOptionsOptional TLS connection options for the connection to the proxy host. Must be distinct from the TlsConnectionOptions provided to the HTTP connection
Optional connection_type: HttpProxyConnectionTypeOptional Type of connection to make. If not specified, Legacy will be used.
type of authentication to use with the proxy
Optional auth_(basic authentication only) password associated with the username
Optional auth_(basic authentication only) proxy username
Optional connection_Optional Type of connection to make. If not specified, Legacy will be used.
endpoint of the proxy to use
port of proxy to use
Optional tls_Optional TLS connection options for the connection to the proxy host. Must be distinct from the TlsConnectionOptions provided to the HTTP connection
Generated using TypeDoc
Proxy options for HTTP clients.