Sha256: c557f253dad1f720cd77251d2b70e71dfa8d1096f869417e0cf5f45c0317e90d

Contents?: true

Size: 387 Bytes

Versions: 47

Compression:

Stored size: 387 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, URI::HTTP | URI::HTTPS, Options) ->  _ToIO
        end
      end
    end


    type sessionSSHProxy = Proxy::InstanceMethods & Proxy::SSH::InstanceMethods
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
httpx-0.24.7 sig/plugins/proxy/ssh.rbs
httpx-0.24.6 sig/plugins/proxy/ssh.rbs
httpx-0.24.5 sig/plugins/proxy/ssh.rbs
httpx-0.24.4 sig/plugins/proxy/ssh.rbs
httpx-0.24.3 sig/plugins/proxy/ssh.rbs
httpx-0.24.2 sig/plugins/proxy/ssh.rbs
httpx-0.24.1 sig/plugins/proxy/ssh.rbs
httpx-0.24.0 sig/plugins/proxy/ssh.rbs
httpx-0.23.4 sig/plugins/proxy/ssh.rbs
httpx-0.23.3 sig/plugins/proxy/ssh.rbs
httpx-0.23.2 sig/plugins/proxy/ssh.rbs
httpx-0.23.1 sig/plugins/proxy/ssh.rbs
httpx-0.23.0 sig/plugins/proxy/ssh.rbs
httpx-0.22.5 sig/plugins/proxy/ssh.rbs
httpx-0.22.4 sig/plugins/proxy/ssh.rbs
httpx-0.22.3 sig/plugins/proxy/ssh.rbs
httpx-0.22.2 sig/plugins/proxy/ssh.rbs
httpx-0.22.1 sig/plugins/proxy/ssh.rbs
httpx-0.22.0 sig/plugins/proxy/ssh.rbs
httpx-0.21.1 sig/plugins/proxy/ssh.rbs