class Protocol::HTTP::Body::Completable

def rewindable?

@returns [Boolean] completable bodies are not rewindable.
def rewindable?
	false
end