class Protocol::HTTP::Body::Rewindable

def ready?

@returns [Boolean] Whether the body is ready to be read.
def ready?
	(@index < @chunks.size) || super
end