class Protocol::HTTP::Body::Buffered

def write(chunk)

def write(chunk)
	@chunks << chunk
end