We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fb694 commit 7efa774Copy full SHA for 7efa774
1 file changed
lib/ruby_http_client.rb
@@ -215,7 +215,7 @@ def _(name = nil)
215
url_path = name ? @url_path + [name] : @url_path
216
Client.new(host: @host, request_headers: @request_headers,
217
version: @version, url_path: url_path,
218
- http_options: @http_options)
+ http_options: @http_options, proxy_options: @proxy_options)
219
end
220
221
# Dynamically add segments to the url, then call a method.
0 commit comments