Sha256: a42e37dfbe951bae354f1f61743ca7e0531dcbc4a7c469ecb91434f7b5f9ed38
Contents?: true
Size: 489 Bytes
Versions: 19
Compression:
Stored size: 489 Bytes
Contents
module HTTPX class Response::Buffer @threshold_size: Integer @bytesize: Integer @encoding: Encoding @buffer: StringIO | Tempfile def initialize: (threshold_size: Integer, ?bytesize: Integer, ?encoding: Encoding | String) -> void def size: () -> Integer def write: (String) -> void def to_s: () -> String def close: () -> void private def try_upgrade_buffer: () -> void def _with_same_buffer_pos: () { () -> void } -> void end end
Version data entries
19 entries across 19 versions & 1 rubygems