actix-web
actix-web copied to clipboard
Support for QUIC/HTTP3 protocol
https://internals.rust-lang.org/t/quic-protocol-support-in-tokio/7381
Adding here for just for tracking :+1:
- https://github.com/djc/quinn
add tag
add tag
@ruoru what do you mean?
- https://github.com/hyperium/h3
QUIC is a standard now https://datatracker.ietf.org/doc/html/rfc9000
~Cloudflare's Quiche is also an interesting library for realising this.~ edit: it doesn't use Tokio, so that's gonna be a problem.
Hey there. Any news?
Hey ! h3
is still ongoing. Some progress have been made.
Are there any news about this? :)
IETF has published RFC 9114 (HTTP/3) and the h3 crate seems ready for some testing: https://github.com/seanmonstar/reqwest/issues/1558
Any news about this?
The h3
crate seems to be usable, although experimental. reqwest
has already progressed pretty far in the last weeks.
Any updates?
any updates?
anything new here?
Any updates?
Any news?
Does it make sense to implement HTTP3 with h3 in actix or do we rather wait / put it in a addon crate for now?