HTTP is the application-layer protocol of the World Wide Web.
Requests and responses
A client sends a method, a URL, some headers, and a body. A server sends a status code, some headers, and a body.
One of the oldest and most durable protocols on the internet — and the one every browser speaks.
HTTP is the application-layer protocol of the World Wide Web.
A client sends a method, a URL, some headers, and a body. A server sends a status code, some headers, and a body.