class Protocol::HTTP::Body::Writable::Output

def initialize(writable)

@parameter writable [Writable] The writable body.

Initialize the output with the given writable body.
def initialize(writable)
	@writable = writable
	@closed = false
end