class Protocol::HTTP::Body::Rewindable

def rewind

Rewind the stream to the beginning.
def rewind
	@index = 0
end