Class: Temporalio::Client::Connection::HTTPConnectProxyOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/temporalio/client/connection.rb

Overview

Options for HTTP CONNECT proxy for client connections.

Instance Attribute Summary collapse

Instance Attribute Details

#basic_auth_passString?

Returns Pass for HTTP basic auth for the proxy, must be combined with #basic_auth_user.

Returns:

  • (String, nil)

    Pass for HTTP basic auth for the proxy, must be combined with #basic_auth_user.



132
# File 'lib/temporalio/client/connection.rb', line 132

class HTTPConnectProxyOptions; end

#basic_auth_userString?

Returns User for HTTP basic auth for the proxy, must be combined with #basic_auth_pass.

Returns:

  • (String, nil)

    User for HTTP basic auth for the proxy, must be combined with #basic_auth_pass.



132
# File 'lib/temporalio/client/connection.rb', line 132

class HTTPConnectProxyOptions; end

#target_hostString

Returns Target host:port for the HTTP CONNECT proxy.

Returns:

  • (String)

    Target host:port for the HTTP CONNECT proxy.



132
# File 'lib/temporalio/client/connection.rb', line 132

class HTTPConnectProxyOptions; end