HTTP Concepts

Keep-Alive

A mechanism that reuses a single TCP connection for multiple HTTP requests, reducing latency by avoiding repeated TCP handshakes.

Related Protocols

Mentioned in Guides

Related Scenarios

Defined In

See Also