From 64217221579a8de1904a107357c967f38c12edcb Mon Sep 17 00:00:00 2001 From: Alex Guja <60717961+alexguja@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:37:21 +0100 Subject: [PATCH] Add resource for HTTP (#2723) Added ByteByteGo's concise but high-quality video about HTTP --- .../101-backend/content/100-internet/101-what-is-http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md index 7553f642a..33ed25e6d 100644 --- a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md @@ -7,4 +7,5 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa An overview of HTTP Journey to HTTP/2 HTTP/3 From A To Z: Core Concepts +HTTP/1 to HTTP/2 to HTTP/3 HTTP Crash Course & Exploration