HTTPprotokolla
HTTPprotokolla, or Hypertext Transfer Protocol, is the foundation of data communication for the World Wide Web. It is an application-layer protocol used for transmitting hypermedia documents, such as HTML. HTTP defines how messages are formatted and transmitted, and what actions web servers and browsers should take in response to various commands.
The protocol works on a client-server model. A web browser (the client) sends an HTTP request to
HTTP is a stateless protocol, meaning that each request is independent of any other request. This simplicity