class Protocol::HTTP::Body::Writable::Output
def initialize(writable)
Initialize the output with the given writable body.
def initialize(writable) @writable = writable @closed = false end
def initialize(writable) @writable = writable @closed = false end