2020-12-02 01:30:38 +00:00

19 lines
410 B
Plaintext

module HTTPX
module Plugins
module Proxy
module SSH
def self.load_dependencies: (singleton(Session)) -> void
module InstancenMethods
private
def build_gateway_socket: (int, URI::HTTPS | URI::HTTPS, Options) -> IO
end
end
end
type sessionSSHProxy = Plugins::Proxy::InstanceMethods & Plugins::Proxy::SSH::InstanceMethods
end
end