Sha256: ea9b2b6d4d1b278adac1deb2da194a9ddaf3070ad9c4d6c27d198c4c30e1788d

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

module HTTPX
  module Resolver
    class System
      include ResolverMixin

      RESOLV_ERRORS: Array[StandardError] # ResolvError

      def closed?: () -> true

      def empty?: () -> true

      def <<: (Connection) -> void

      private

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
httpx-0.16.1 sig/resolver/system.rbs
httpx-0.16.0 sig/resolver/system.rbs