Hi
Are there any web frameworks supporting HTTP/3 (aka Quic)?
Regards,
Ozan
Thread overview | ||||||
---|---|---|---|---|---|---|
|
June 13, 2022 HTTP/3 | ||||
---|---|---|---|---|
| ||||
Hi Are there any web frameworks supporting HTTP/3 (aka Quic)? Regards, |
June 13, 2022 Re: HTTP/3 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ozan Süel | 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, You'll be hard pressed to find frameworks that support |
June 13, 2022 Re: HTTP/3 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tejas | 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, You'll be hard pressed to find frameworks that support You may be right. HTTP/3 was on the headline today. So, why not ask the community? Oz |
June 13, 2022 Re: HTTP/3 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ozan Süel | 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.
|