Sha256: e2257a6466636b39edea1c6659c34f7fd6ecfb4ef40577ba262ca800561bdc0b

Contents?: true

Size: 237 Bytes

Versions: 11

Compression:

Stored size: 237 Bytes

Contents

module HTTPX::Registry[T, V]
  # type registrable = Symbol | String | Class

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
httpx-0.18.7 sig/registry.rbs
httpx-0.18.6 sig/registry.rbs
httpx-0.18.5 sig/registry.rbs
httpx-0.18.4 sig/registry.rbs
httpx-0.18.3 sig/registry.rbs
httpx-0.18.2 sig/registry.rbs
httpx-0.18.1 sig/registry.rbs
httpx-0.18.0 sig/registry.rbs
httpx-0.17.0 sig/registry.rbs
httpx-0.16.1 sig/registry.rbs
httpx-0.16.0 sig/registry.rbs