HTTP/3

Turkish equivalent: HTTP/3Domain: Computer Networks

The third major HTTP transport mapping, running over QUIC to provide multiplexed streams, modern TLS integration, and improved behavior under packet loss and connection migration.

Boundaries

HTTP/3 is the HTTP mapping over QUIC; QUIC is the underlying transport protocol and the two terms are not interchangeable.

  • QUIC
  • TLS 1.3
  • QPACK
  • Head-of-Line Blocking

Source

  • https://www.rfc-editor.org/rfc/rfc9114