From 2b4dede970103de778209dfbe26b59b228efa2c0 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:05:15 +0000 Subject: [PATCH] Resources added for HTTP (#2901) --- .../content/118-networking/102-http.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/103-computer-science/content/118-networking/102-http.md b/content/roadmaps/103-computer-science/content/118-networking/102-http.md index b0e41f6d5..080ed22ca 100644 --- a/content/roadmaps/103-computer-science/content/118-networking/102-http.md +++ b/content/roadmaps/103-computer-science/content/118-networking/102-http.md @@ -1 +1,11 @@ -# Http \ No newline at end of file +# HTTP? + +HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet. + +Free Content +What is HTTP? +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