Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22369)
==========================================
This is a simple demo of how to use HTTP/3 with OpenSSL QUIC using the HTTP/3
-library “nghttp3”.
+library “[nghttp3](https://github.com/ngtcp2/nghttp3)”.
The demo is structured into two parts:
The demo produces the HTTP response headers in textual form as output followed
by the response body.
+
+See Also
+--------
+
+- [nghttp3](https://github.com/ngtcp2/nghttp3)