Skip to main content

HTTP

Web

The protocol browsers and servers use to exchange data.

HyperText Transfer Protocol (HTTP) is a stateless request-response protocol underpinning the web. Clients send requests with methods like GET and POST; servers respond with status codes (e.g. 200, 404) and a body. HTTPS adds TLS encryption.

← Back to full glossary