class Protocol::HTTP::Body::Buffered

def rewindable?

@returns [Boolean] if the body has chunks.

Whether the body can be rewound.
def rewindable?
	@chunks != nil
end