class Protocol::HTTP::Body::Stream

def <<(buffer)

Write data to the stream using {write}.
def <<(buffer)
	write(buffer)
end