Sha256: 6791484dda6799eded27f1a010d82856e7df0323cba125ac4fc8ba6184a37b88

Contents?: true

Size: 273 Bytes

Versions: 23

Compression:

Stored size: 273 Bytes

Contents

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

      @resolver: Resolv::DNS

      def <<: (Connection) -> void

      private

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
httpx-0.22.5 sig/resolver/system.rbs
httpx-0.22.4 sig/resolver/system.rbs
httpx-0.22.3 sig/resolver/system.rbs
httpx-0.22.2 sig/resolver/system.rbs
httpx-0.22.1 sig/resolver/system.rbs
httpx-0.22.0 sig/resolver/system.rbs
httpx-0.21.1 sig/resolver/system.rbs
httpx-0.21.0 sig/resolver/system.rbs
httpx-0.20.5 sig/resolver/system.rbs
httpx-0.20.4 sig/resolver/system.rbs
httpx-0.20.3 sig/resolver/system.rbs
httpx-0.20.2 sig/resolver/system.rbs
httpx-0.20.1 sig/resolver/system.rbs
httpx-0.20.0 sig/resolver/system.rbs
httpx-0.19.8 sig/resolver/system.rbs
httpx-0.19.7 sig/resolver/system.rbs
httpx-0.19.6 sig/resolver/system.rbs
httpx-0.19.5 sig/resolver/system.rbs
httpx-0.19.4 sig/resolver/system.rbs
httpx-0.19.3 sig/resolver/system.rbs