From fbb5f506d422ffd69aaf5b094dc734c320f7193a Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:01:45 +0800 Subject: [PATCH] Update README.md --- netty/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/netty/README.md b/netty/README.md index 30c63cd5a8..3801ee92e6 100644 --- a/netty/README.md +++ b/netty/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [HTTP/2 in Netty](https://www.baeldung.com/netty-http2) +-[HTTP Server with Netty](https://www.baeldung.com/java-netty-http-server)