Sha256: 514fb29921a24261ceec8022cef852213ae6b1e6b56586c4bac87cc9434c8892
Contents?: true
Size: 461 Bytes
Versions: 19
Compression:
Stored size: 461 Bytes
Contents
module HTTPX type bodyIO = _Reader | _Each[String, untyped] | _ToS module Transcoder extend HTTPX::Registry[String, Class] def self.normalize_keys: (string | Symbol, top, ?Proc?) { (string, top) -> void } -> void | (string | Symbol, top, ?Proc?) { (string) -> void } -> void interface _Encoder def bytesize: () -> Numeric end interface _Decoder def decode: (string) -> String end end end
Version data entries
19 entries across 19 versions & 1 rubygems