```html HTTP Protocol - Shipwrecked

HTTP: The Web's Language

Understanding how browsers and servers communicate

Next: HTTPS

What is HTTP?

HTTP (Hypertext Transfer Protocol) is the foundation of data communication on the web. It defines how clients and servers interact using requests and responses.

GET /index.html HTTP/1.1 Host: example.com