Protocol::HTTP SourceProtocolHTTPBodyRewindable

class Rewindable

A body which buffers all it's contents as it is #read.

Definitions

def buffered

A rewindable body wraps some other body. Convert it to a buffered body

Implementation

def buffered
	Buffered.new(@chunks)
end