class Protocol::HTTP::Body::Readable

def rewindable?

Returns:
  • (Boolean) - Whether the stream is rewindable.
def rewindable?
	false
end