Sha256: 50b16247ce61d2439bb2c20a78284220d12d2576baaaf7d8e2b62d9612be0b6b
Contents?: true
Size: 373 Bytes
Versions: 20
Compression:
Stored size: 373 Bytes
Contents
module HTTPX module Plugins module Proxy module SSH def self.load_dependencies: (singleton(Session)) -> void module InstanceMethods private def build_gateway_socket: (int, http_uri, Options) -> _ToIO end end end type sessionSSHProxy = Proxy::InstanceMethods & Proxy::SSH::InstanceMethods end end
Version data entries
20 entries across 20 versions & 1 rubygems