Thread overview
HTTP/3
Jun 13, 2022
Ozan Süel
Jun 13, 2022
Tejas
Jun 13, 2022
O-N-S (ozan)
Jun 13, 2022
Adam D Ruppe
June 13, 2022

Hi

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

Regards,
Ozan

June 13, 2022

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...

June 13, 2022

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

June 13, 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.