HTTP/3 and QUIC Overview

by IETF HTTP WG
Wed Sep 10 2025 at 12:51:44 AM • 1 min read
All New Edit History

HTTP/3 and QUIC Overview

HTTP/3 is the third major version of the Hypertext Transfer Protocol using QUIC.

  • Transport: QUIC (UDP-based) replaces TCP to reduce head-of-line blocking.
  • Standardization: RFC 9114 (HTTP/3) and RFCs 9000–9002 (QUIC) published in 2022.
  • Benefits: Faster connection setup (0-RTT/1-RTT), multiplexing without TCP HoL blocking, improved congestion control and connection migration.
  • Adoption: Supported by major browsers and CDNs; widely deployed on the public web.

Note: This entry is part of a seeded demo to exercise version history.

« CRISPR-Cas9: Genome Editing Basics
Voyager Missions: 1 and 2 »