Sha256: 5c6817a9aecd190ca8a460d96eb2bd7e1ad336c24bada8a31e5ca7e39769014c

Contents?: true

Size: 319 Bytes

Versions: 8

Compression:

Stored size: 319 Bytes

Contents

module HTTPX::Registry[unchecked out T, unchecked out V]
  class Error < HTTPX::Error
  end

  # type registrable = Symbol | String | Class

  def self.registry: [T, V] (T) -> Class
                   | [T, V] () -> Hash[T, V]

  def self.register: [T, V] (T tag,  V handler) -> void

  def registry: (?T tag) -> V
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
httpx-0.22.5 sig/registry.rbs
httpx-0.22.4 sig/registry.rbs
httpx-0.22.3 sig/registry.rbs
httpx-0.22.2 sig/registry.rbs
httpx-0.22.1 sig/registry.rbs
httpx-0.22.0 sig/registry.rbs
httpx-0.21.1 sig/registry.rbs
httpx-0.21.0 sig/registry.rbs