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.0.0 sig/resolver/system.rbs
httpx-0.24.6 sig/resolver/system.rbs
httpx-0.24.5 sig/resolver/system.rbs
httpx-0.24.4 sig/resolver/system.rbs
httpx-0.24.3 sig/resolver/system.rbs
httpx-0.24.2 sig/resolver/system.rbs
httpx-0.24.1 sig/resolver/system.rbs
httpx-0.24.0 sig/resolver/system.rbs
httpx-0.23.4 sig/resolver/system.rbs
httpx-0.23.3 sig/resolver/system.rbs
httpx-0.23.2 sig/resolver/system.rbs
httpx-0.23.1 sig/resolver/system.rbs
httpx-0.23.0 sig/resolver/system.rbs