HTTP 3

HTTP3 used QUIC as the protocol.

Pasted image 20230901095759.png

Since it's a stream of UDP (User Diagram Protocol) connections, it eliminates HTTP 1.1 > Head of line blocking.

HTTP3 also stores the connection as connection id instead of IP. Therefore users can switch between multiple network such as Wifi, 5G, 4G without the need of restablishing connection.

Pasted image 20230901095954.png