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