-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
Janvi Talreja edited this page Dec 12, 2022
·
7 revisions
-
Stands for HyperText Transfer Protocol.
-
It is the common language between the Clients and the Servers.
-
HTTP was proposed by Tim Berners Lee around 1991.
-
The motivation and high-level design goals for HTTP:
- File Transfer functionality.
- Ability to request an index search of a hypertext archive.
- Ability to refer the client to another server.
-
This makes it a very simple and telnet friendly protocol.
-
The request consisted of a single line, the GET method, and the path of the requested document.
-
The response will be a simple and single hypertext document.
-
Features of HTTP 0.9:
- Client-server, request-response protocol.
- Designed to transfer hypertext documents(HTML).
- The connection between the client and server is closed after every response.