Sha256: c1a1cb8403216c3527184bf2f03aba8e72922561636622867a1990561ed02ca3

Contents?: true

Size: 304 Bytes

Versions: 33

Compression:

Stored size: 304 Bytes

Contents

module HTTPX
  module Resolver
    class System < Resolver
      RESOLV_ERRORS: Array[singleton(StandardError)] # ResolvError

      @resolver: Resolv::DNS

      attr_reader family: nil

      def <<: (Connection) -> void

      private

      def initialize: (options options) -> void
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
httpx-1.3.4 sig/resolver/system.rbs
httpx-1.3.3 sig/resolver/system.rbs
httpx-1.3.2 sig/resolver/system.rbs
httpx-1.3.1 sig/resolver/system.rbs
httpx-1.3.0 sig/resolver/system.rbs
httpx-1.2.6 sig/resolver/system.rbs
httpx-1.2.4 sig/resolver/system.rbs
httpx-1.2.3 sig/resolver/system.rbs
httpx-1.2.2 sig/resolver/system.rbs
httpx-1.2.1 sig/resolver/system.rbs
httpx-1.2.0 sig/resolver/system.rbs
httpx-1.1.5 sig/resolver/system.rbs
httpx-1.1.4 sig/resolver/system.rbs
httpx-1.1.3 sig/resolver/system.rbs
httpx-1.1.2 sig/resolver/system.rbs
httpx-1.1.1 sig/resolver/system.rbs
httpx-1.1.0 sig/resolver/system.rbs
httpx-1.0.2 sig/resolver/system.rbs
httpx-0.24.7 sig/resolver/system.rbs
httpx-1.0.1 sig/resolver/system.rbs