www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - HTTP/3

reply Ozan =?UTF-8?B?U8O8ZWw=?= <ozan.sueel gmail.com> writes:
Hi

Are there any web frameworks supporting HTTP/3 (aka Quic)?

Regards,
Ozan
Jun 13 2022
next sibling parent reply Tejas <notrealemail gmail.com> writes:
On Monday, 13 June 2022 at 11:05:18 UTC, Ozan Süel wrote:
 Hi

 Are there any web frameworks supporting HTTP/3 (aka Quic)?

 Regards,
 Ozan
You'll be hard pressed to find frameworks that support `HTTP/2`, ask about `HTTP/3` 8-10 years from now...
Jun 13 2022
parent O-N-S (ozan) <ozan.nurettin.sueel gmail.com> writes:
On Monday, 13 June 2022 at 12:02:06 UTC, Tejas wrote:
 On Monday, 13 June 2022 at 11:05:18 UTC, Ozan Süel wrote:
 Hi

 Are there any web frameworks supporting HTTP/3 (aka Quic)?

 Regards,
 Ozan
You'll be hard pressed to find frameworks that support `HTTP/2`, ask about `HTTP/3` 8-10 years from now...
You may be right. HTTP/3 was on the headline today. So, why not ask the community? Oz
Jun 13 2022
prev sibling parent Adam D Ruppe <destructionator gmail.com> writes:
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.
Jun 13 2022