class Protocol::HTTP::Body::Readable

def empty?

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