Sha256: f6464a228fd168b05e8ba6de45b81744737ffc7fccc138076a0360b19e1c205d

Contents?: true

Size: 350 Bytes

Versions: 8

Compression:

Stored size: 350 Bytes

Contents

module HTTPX
  module Resolver
    class System
      include ResolverMixin

      RESOLV_ERRORS: Array[singleton(StandardError)] # ResolvError

      attr_reader state: Symbol

      def closed?: () -> true

      def empty?: () -> true

      def <<: (Connection) -> void

      private

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
httpx-0.18.7 sig/resolver/system.rbs
httpx-0.18.6 sig/resolver/system.rbs
httpx-0.18.5 sig/resolver/system.rbs
httpx-0.18.4 sig/resolver/system.rbs
httpx-0.18.3 sig/resolver/system.rbs
httpx-0.18.2 sig/resolver/system.rbs
httpx-0.18.1 sig/resolver/system.rbs
httpx-0.18.0 sig/resolver/system.rbs