class Temporalio::Client::Connection::HTTPConnectProxyOptions
rubocop:disable Lint/EmptyClass
@return [String, nil] Pass for HTTP basic auth for the proxy, must be combined with {basic_auth_user}.
@!attribute basic_auth_pass
@return [String, nil] User for HTTP basic auth for the proxy, must be combined with {basic_auth_pass}.
@!attribute basic_auth_user
@return [String] Target host:port for the HTTP CONNECT proxy.
@!attribute target_host
Options for HTTP CONNECT proxy for client connections.