class Async::HTTP::Protocol::HTTP2::Request
def create_promise_stream(headers, stream_id)
def create_promise_stream(headers, stream_id) request = self.class.new(@protocol, stream_id) request.receive_headers(self, headers, false) return request.stream end