class Async::HTTP::Body::Rewindable

def initialize(body)

def initialize(body)
	super(body)
	
	@chunks = []
	@index = 0
end