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

def write(chunk)

def write(chunk)
	@writable.write(chunk)
end