class Protocol::HTTP2::Stream

def accept_push_promise_stream(stream_id, headers)

Override this function to implement your own push promise logic.
def accept_push_promise_stream(stream_id, headers)
	@connection.accept_push_promise_stream(stream_id)
end