class Protocol::HTTP::Body::Readable

def ready?

Returns:
  • (Boolean) - Whether the stream is ready (read will not block).
def ready?
	false
end