From 8879e694bfcabb50f02ae79efa7c64685a9a7354 Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Thu, 11 Aug 2022 15:30:15 +0700
Subject: [PATCH] Resources added for HTTP (#1453)
---
.../content/103-networking-protocols/102-http.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/102-http.md b/content/roadmaps/102-devops/content/103-networking-protocols/102-http.md
index b0e41f6d5..ac10871c6 100644
--- a/content/roadmaps/102-devops/content/103-networking-protocols/102-http.md
+++ b/content/roadmaps/102-devops/content/103-networking-protocols/102-http.md
@@ -1 +1,10 @@
-# 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 Crash Course & Exploration