httpdt
Httpdt is an experimental concept that envisions delivering HTTP messages over a datagram transport rather than a standard reliable byte stream. The goal is to reduce latency and head-of-line blocking in networks where datagram delivery can be faster or more robust than TCP, by transmitting individual HTTP requests and responses as discrete datagrams and handling reliability, ordering, and multiplexing at the application layer.
Origins and status: The term and related ideas appear in academic work and informal discussions from the
Technical overview: In typical httpdt designs, each HTTP message is framed into one or more datagrams with
Use, challenges, and outlook: Potential use cases include latency-sensitive applications and certain IoT scenarios. Major challenges