class Async::HTTP::Body::Hijack

def stream?

We prefer streaming directly as it's the lowest overhead.
def stream?
	true
end