Sha256: c5027e696cdff4a828562fcd45e3474981e60063be3f6792e7a5f03dd49d7825

Contents?: true

Size: 334 Bytes

Versions: 47

Compression:

Stored size: 334 Bytes

Contents

module HTTPX
  module Plugins
    module Authentication
      class Socks5
        @user: String
        @password: String

        def can_authenticate?: (*untyped) -> boolish

        def authenticate: (*untyped) -> String

        private

        def initialize: (string user, string password) -> void
      end
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

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