class Protocol::HTTP::Body::Rewindable

def buffered

A rewindable body wraps some other body. Convert it to a buffered body
def buffered
	Buffered.new(@chunks)
end