sig/plugins/proxy/ssh.rbs in httpx-0.24.7 vs sig/plugins/proxy/ssh.rbs in httpx-1.0.0
- old
+ new
@@ -5,10 +5,10 @@
def self.load_dependencies: (singleton(Session)) -> void
module InstanceMethods
private
- def build_gateway_socket: (int, URI::HTTP | URI::HTTPS, Options) -> _ToIO
+ def build_gateway_socket: (int, http_uri, Options) -> _ToIO
end
end
end