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.10.1 | sig/loggable.rbs |
httpx-0.10.0 | sig/loggable.rbs |