class Protocol::HTTP::Body::Readable

def stream?

@returns [Boolean] Whether the body should be streamed.

Whether to prefer streaming the body using {call} rather than reading it using {read} or {each}.
def stream?
	false
end