Sha256: 000436611ad1b726999bfa388361e86043e7bea55aadd293ebf62ea14b461372

Contents?: true

Size: 285 Bytes

Versions: 9

Compression:

Stored size: 285 Bytes

Contents

module HTTPX
  IPRegex: Regexp

  class TLSError < OpenSSL::SSL::SSLError
  end

  class SSL < TCP
    TLS_OPTIONS: Hash[Symbol, untyped]

    def can_verify_peer?: () -> bool

    def verify_hostname: (String host) -> bool

    # :nocov:
    def try_ssl_connect: () -> void
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
httpx-0.24.3 sig/io/ssl.rbs
httpx-0.24.2 sig/io/ssl.rbs
httpx-0.24.1 sig/io/ssl.rbs
httpx-0.24.0 sig/io/ssl.rbs
httpx-0.23.4 sig/io/ssl.rbs
httpx-0.23.3 sig/io/ssl.rbs
httpx-0.23.2 sig/io/ssl.rbs
httpx-0.23.1 sig/io/ssl.rbs
httpx-0.23.0 sig/io/ssl.rbs