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

Version Path
httpx-1.3.4 sig/plugins/proxy/ssh.rbs
httpx-1.3.3 sig/plugins/proxy/ssh.rbs
httpx-1.3.2 sig/plugins/proxy/ssh.rbs
httpx-1.3.1 sig/plugins/proxy/ssh.rbs
httpx-1.3.0 sig/plugins/proxy/ssh.rbs
httpx-1.2.6 sig/plugins/proxy/ssh.rbs
httpx-1.2.4 sig/plugins/proxy/ssh.rbs
httpx-1.2.3 sig/plugins/proxy/ssh.rbs
httpx-1.2.2 sig/plugins/proxy/ssh.rbs
httpx-1.2.1 sig/plugins/proxy/ssh.rbs
httpx-1.2.0 sig/plugins/proxy/ssh.rbs
httpx-1.1.5 sig/plugins/proxy/ssh.rbs
httpx-1.1.4 sig/plugins/proxy/ssh.rbs
httpx-1.1.3 sig/plugins/proxy/ssh.rbs
httpx-1.1.2 sig/plugins/proxy/ssh.rbs
httpx-1.1.1 sig/plugins/proxy/ssh.rbs
httpx-1.1.0 sig/plugins/proxy/ssh.rbs
httpx-1.0.2 sig/plugins/proxy/ssh.rbs
httpx-1.0.1 sig/plugins/proxy/ssh.rbs
httpx-1.0.0 sig/plugins/proxy/ssh.rbs