Sha256: 9d40457c2bca2ffb0557e115cea218675e14d7081dd7b22471297deb88e102bb

Contents?: true

Size: 714 Bytes

Versions: 9

Compression:

Stored size: 714 Bytes

Contents

module HTTPX
  Socks4Error: singleton(Error)

  module Plugins
    module Proxy
      module Socks4

        module ConnectionMethods
          def __socks4_proxy_connect: () ->  void
          def __socks4_on_packet: (String packet) ->  void
          def on_socks4_error: (string) -> void
        end

        class SocksParser
          include Callbacks

          def close: () -> void
          def consume: (*untyped) -> void
          def empty: () -> bool
          def <<: (string) -> void

          private

          def initialize: (Buffer buffer, Options) -> untyped
        end

        module Packet
          def self?.connect: (Parameters, uri) -> String
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
httpx-1.1.5 sig/plugins/proxy/socks4.rbs
httpx-1.1.4 sig/plugins/proxy/socks4.rbs
httpx-1.1.3 sig/plugins/proxy/socks4.rbs
httpx-1.1.2 sig/plugins/proxy/socks4.rbs
httpx-1.1.1 sig/plugins/proxy/socks4.rbs
httpx-1.1.0 sig/plugins/proxy/socks4.rbs
httpx-1.0.2 sig/plugins/proxy/socks4.rbs
httpx-1.0.1 sig/plugins/proxy/socks4.rbs
httpx-1.0.0 sig/plugins/proxy/socks4.rbs