From d2378767f8d007cd28d69b76a36d89598f78fe37 Mon Sep 17 00:00:00 2001 From: Kartikey Verma <91731654+kartikver15gr8@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:41:52 +0530 Subject: [PATCH] Update HTTP definition (#1719) Hey there! Its Kartikey this side and I've Improvised the definition of HTTP. kindly merge it into the main. --- .../100-frontend/content/100-internet/101-what-is-http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md index 71f95d92a..d7fd09a2d 100644 --- a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md @@ -1,6 +1,6 @@ # What is 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. +HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. HTTP follows a classical "Client-Server model" with a client opening a connection request, then waiting until it recieves a response. HTTP is a stateless protocol, that means that the server does not keep any data (state) between two requests. Free Content What is HTTP?