HTTP/3

Adam D Ruppe destructionator at gmail.com
Mon Jun 13 14:50:36 UTC 2022


On Monday, 13 June 2022 at 11:05:18 UTC, Ozan Süel wrote:
> Are there any web frameworks supporting HTTP/3 (aka Quic)?

Realistically, they all do.

The application doesn't have to speak the external protocol, so 
you have a gateway serving whatever works best for the client 
(http 1, 2, 3, whatever) and then an application server 
communicating with the gateway through its internal interface.


More information about the Digitalmars-d mailing list