Glossary

HTTP/2

HTTP/2 is the second major version of the HTTP protocol, adopted in 2015. It solves the key problems of HTTP/1.1: head-of-line blocking and the overhead of opening new connections.

Key improvements

HTTP/3

The next step — HTTP/3 over QUIC (UDP instead of TCP). Solves head-of-line blocking at the transport layer. Supported by browsers and CDNs, but requires specific server configuration.