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