class Async::HTTP::Protocol::HTTP2::Response::Stream
def wait_for_input
def wait_for_input # The input isn't ready until the response headers have been received: @response.wait # There is a possible race condition if you try to access @input - it might already be closed and nil. return @response.body end