Skip to content

Commit

Permalink
Add link to nghttp3
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from #22369)
  • Loading branch information
hlandau committed Oct 19, 2023
1 parent 444d18f commit 10c0424
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demos/http3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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)

0 comments on commit 10c0424

Please sign in to comment.