Skip to main content
DevOpsLabTH.dev

The shape of an HTTP request and response

HTTP is a text protocol over TCP. A request has a method, a path, headers, and a body. A response has a status line, headers, and a body. See both with curl -v.

Sign in to start the lab