summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-10-16 13:33:11 +0100
committerHugo Landau <hlandau@openssl.org>2023-10-19 08:28:59 +0100
commit10c04246be386b88fb98129b43b454ebf2d633e6 (patch)
tree4eefd53e78fabdd4a5d1b7bef0ec79107a4fcd7f /demos
parent444d18fc7a3d2ddaef9ed51d90cad06a97af4939 (diff)
Add link to nghttp3
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22369)
Diffstat (limited to 'demos')
-rw-r--r--demos/http3/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/http3/README.md b/demos/http3/README.md
index 35c256d020..16fe2bad00 100644
--- a/demos/http3/README.md
+++ b/demos/http3/README.md
@@ -2,7 +2,7 @@ HTTP/3 Demo using OpenSSL QUIC and nghttp3
==========================================
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:
@@ -31,3 +31,8 @@ $ ./ossl-nghttp3-demo www.google.com:443
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)