class Protocol::HTTP::Body::Readable

def rewind

@returns [Boolean] Whether the stream was successfully rewound.

Rewind the stream to the beginning.
def rewind
	false
end