lib/httpx/plugins/proxy/ssh.rb in httpx-0.6.7 vs lib/httpx/plugins/proxy/ssh.rb in httpx-0.7.0
- old
+ new
@@ -17,13 +17,9 @@
end
end.new(options)
end
module InstanceMethods
- def with_proxy(*args)
- branch(default_options.with_proxy(*args))
- end
-
private
def send_requests(*requests, options)
request_options = @options.merge(options)