class Protocol::HTTP::Body::Rewindable

def rewindable?

@returns [Boolean] Whether the stream is rewindable, which it is.
def rewindable?
	true
end