How does HTTP Operates?
HTTP is based on a request/response paradigm.
A client establish a connection with a server and sends a request to the server in the form of a request method.
URI and protocol version followed by a MIME- like message containing request modifiers, client information, and possible body content.