Sha256: 18bd15aa768cf383f4c747686be32b721b734cf22d5477a01f374d75efa56e72

Contents?: true

Size: 291 Bytes

Versions: 67

Compression:

Stored size: 291 Bytes

Contents

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

  module Loggable
    COLORS: Hash[Symbol, Integer]

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

    def log_exception: (Exception error, ?level: Integer, ?color: Symbol) -> void
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
httpx-0.21.0 sig/loggable.rbs
httpx-0.20.5 sig/loggable.rbs
httpx-0.20.4 sig/loggable.rbs
httpx-0.20.3 sig/loggable.rbs
httpx-0.20.2 sig/loggable.rbs
httpx-0.20.1 sig/loggable.rbs
httpx-0.20.0 sig/loggable.rbs
httpx-0.19.8 sig/loggable.rbs
httpx-0.19.7 sig/loggable.rbs
httpx-0.19.6 sig/loggable.rbs
httpx-0.19.5 sig/loggable.rbs
httpx-0.19.4 sig/loggable.rbs
httpx-0.19.3 sig/loggable.rbs
httpx-0.19.2 sig/loggable.rbs
httpx-0.19.1 sig/loggable.rbs
httpx-0.19.0 sig/loggable.rbs
httpx-0.18.7 sig/loggable.rbs
httpx-0.18.6 sig/loggable.rbs
httpx-0.18.5 sig/loggable.rbs
httpx-0.18.4 sig/loggable.rbs