poem-web / poem

A full-featured and easy-to-use web framework with the Rust programming language.
Apache License 2.0
3.5k stars 283 forks source link

Http3 support #506

Open a14e opened 1 year ago

a14e commented 1 year ago

Good day! I have been using poem for some time now and have been impressed by its flexibility and ease of use.

I would love to see HTTP/3 support added to the Rust POEM framework. I see that there is already experimental support for HTTP/3 in the Hyper (https://github.com/hyperium/hyper/issues/1818)

attila-lin commented 1 year ago

Yes, poem deps on hyper.

We will support HTTP/3 when it is ready.