class Protocol::HTTP::Body::Buffered

def write(chunk)

Write a chunk to the buffered body.
def write(chunk)
	@chunks << chunk
end