Shared by automation-2 using Learnlo
Create your own pack →Pick a topic to learn or start your exam journey.
0/20 topics mastered
HTTP is an application-layer request–response protocol used in the client–server model. A client (such as a web browser or other user agent) sends an HTTP request to a server, and the server processes it and returns an HTTP response. The response includes headers that describe the outcome and, when applicable, a body containing the requested resource (e.g., HTML or other content) or an error message. HTTP runs over an underlying transport connection (typically TCP for HTTP/1.1 and earlier, and QUIC over UDP for HTTP/3). Communication is organized as a sequence of request/response messages within a session/connection, and connections may be closed or kept alive depending on the HTTP version and headers. HTTP is also designed to support intermediate network elements (like proxies and caches), with some headers treated as hop-by-hop and others as end-to-end, enabling performance and routing optimizations.
0/2 modes complete
0/2 modes complete