Sha256: 0a21490f7eb57205588bfb7ca041486e03e30a01fac62aeb4ddd84e18af8c3ad

Contents?: true

Size: 249 Bytes

Versions: 21

Compression:

Stored size: 249 Bytes

Contents

module HTTPX
  module Resolver
    class System
      include ResolverMixin

      def closed?: () -> true

      def empty?: () -> true

      def <<: (Connection) -> void

      private

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
httpx-0.15.4 sig/resolver/system.rbs
httpx-0.15.3 sig/resolver/system.rbs
httpx-0.15.2 sig/resolver/system.rbs
httpx-0.15.1 sig/resolver/system.rbs
httpx-0.15.0 sig/resolver/system.rbs
httpx-0.14.5 sig/resolver/system.rbs
httpx-0.14.4 sig/resolver/system.rbs
httpx-0.14.3 sig/resolver/system.rbs
httpx-0.14.2 sig/resolver/system.rbs
httpx-0.14.1 sig/resolver/system.rbs
httpx-0.14.0 sig/resolver/system.rbs
httpx-0.13.2 sig/resolver/system.rbs
httpx-0.13.1 sig/resolver/system.rbs
httpx-0.13.0 sig/resolver/system.rbs
httpx-0.12.0 sig/resolver/system.rbs
httpx-0.11.3 sig/resolver/system.rbs
httpx-0.11.2 sig/resolver/system.rbs
httpx-0.11.1 sig/resolver/system.rbs
httpx-0.11.0 sig/resolver/system.rbs
httpx-0.10.2 sig/resolver/system.rbs