Sha256: d35fc385d7d282af67859a3b57c2bf1e67a6f23bb5a79d277022f23351171351

Contents?: true

Size: 232 Bytes

Versions: 22

Compression:

Stored size: 232 Bytes

Contents

module HTTPX
  interface _IOLogger
    def <<: (string?) -> void
  end

  module Loggable
    def log: (?level: Integer?, ?color: Symbol?) { () -> String } -> void

    def log_exception: (StandardError, **untyped) -> void
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

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