http2
HTTP/2 is a major revision of the HTTP network protocol designed to improve performance by enabling multiple simultaneous exchanges over a single TCP connection. Derived from SPDY, it was standardized by the IETF in RFC 7540 in 2015 (with header compression defined in RFC 7541). The protocol introduces a binary framing layer and a multiplexing mechanism that lets many requests and responses share one connection without interfering with each other, reducing latency compared with HTTP/1.1.
Key features include binary framing, header compression using HPACK, server push, and flow control with per-connection
Transport and deployment: HTTP/2 is typically negotiated over TLS using ALPN to select the protocol. It can
Impact and adoption: HTTP/2 has broad support in major browsers and web servers and has become the