mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-22 00:05:57 -05:00
19 lines
410 B
Plaintext
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
|