HTTP Concepts

Keep-Alive

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

相关协议

在指南中提及

相关场景

定义来源

另请参阅