class Protocol::HTTP::Body::Streamable::Body

def stream?

@returns [Boolean] Whether the body can be streamed, which is true.
def stream?
	true
end