Sha256: 83fb2d234f265da6ed6638189695d3be61dd56d6ecf5fa5aa15b5104967793c8

Contents?: true

Size: 237 Bytes

Versions: 22

Compression:

Stored size: 237 Bytes

Contents

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

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

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

Version data entries

22 entries across 22 versions & 1 rubygems

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