Sha256: 1fd8e95272de6cffc028b56791e5bc7db7e8319f07454f1f40e242d6cda60541
Contents?: true
Size: 226 Bytes
Versions: 17
Compression:
Stored size: 226 Bytes
Contents
module HTTPX module Transcoder class Inflater @inflater: Zlib::Inflate @bytesize: Integer def initialize: (Integer | Float bytesize) -> void def call: (String chunk) -> String end end end
Version data entries
17 entries across 17 versions & 1 rubygems