Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions temporalio/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion temporalio/lib/temporalio/client/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def initialize(interval: 30.0, timeout: 15.0)
# Options for HTTP CONNECT proxy for client connections.
#
# @!attribute target_host
# @return [String] Target host:port for the HTTP CONNECT proxy.
# @return [String] Target for the HTTP CONNECT proxy. Use host:port for TCP, or unix:/path/to/unix.sock for Unix
# socket (meaning it'll start with "unix:/").
# @!attribute basic_auth_user
# @return [String, nil] User for HTTP basic auth for the proxy, must be combined with {basic_auth_pass}.
# @!attribute basic_auth_pass
Expand Down
Loading