Sha256: 4b8fe4d95bd254c92373254f07649bb9884a2acfbdac1ca1d12adf47184dd7df

Contents?: true

Size: 410 Bytes

Versions: 21

Compression:

Stored size: 410 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
httpx-0.10.1 sig/plugins/proxy/ssh.rbs