actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Support for QUIC/HTTP3 protocol

Open kocoten1992 opened this issue 6 years ago • 18 comments

https://internals.rust-lang.org/t/quic-protocol-support-in-tokio/7381

Adding here for just for tracking :+1:

kocoten1992 avatar Jun 12 '18 23:06 kocoten1992

  • https://github.com/djc/quinn

naturallymitchell avatar Jan 29 '19 02:01 naturallymitchell

add tag

ruoru avatar Apr 19 '20 11:04 ruoru

add tag

@ruoru what do you mean?

robjtede avatar Apr 21 '20 11:04 robjtede

  • https://github.com/hyperium/h3

ibraheemdev avatar Apr 19 '21 12:04 ibraheemdev

QUIC is a standard now https://datatracker.ietf.org/doc/html/rfc9000

vbakc avatar Jun 05 '21 06:06 vbakc

~Cloudflare's Quiche is also an interesting library for realising this.~ edit: it doesn't use Tokio, so that's gonna be a problem.

joepio avatar Jun 05 '21 15:06 joepio

Hey there. Any news?

milad-habibi avatar Dec 17 '21 13:12 milad-habibi

Hey ! h3 is still ongoing. Some progress have been made.

stammw avatar Dec 17 '21 13:12 stammw

Are there any news about this? :)

3vts avatar May 16 '22 03:05 3vts

IETF has published RFC 9114 (HTTP/3) and the h3 crate seems ready for some testing: https://github.com/seanmonstar/reqwest/issues/1558

Razican avatar Jun 24 '22 11:06 Razican

Any news about this?

Sculas avatar Aug 11 '22 09:08 Sculas

The h3 crate seems to be usable, although experimental. reqwest has already progressed pretty far in the last weeks.

joepio avatar Aug 11 '22 10:08 joepio

Any updates?

JoshuaBrest avatar Mar 14 '23 14:03 JoshuaBrest

any updates?

zhan2016 avatar Apr 05 '23 01:04 zhan2016

anything new here?

darkflame470 avatar Apr 25 '23 18:04 darkflame470

Any updates?

JoshuaBrest avatar Jul 16 '23 01:07 JoshuaBrest

Any news?

bioinformatist avatar Dec 27 '23 14:12 bioinformatist

Does it make sense to implement HTTP3 with h3 in actix or do we rather wait / put it in a addon crate for now?

CutestNekoAqua avatar Apr 09 '24 17:04 CutestNekoAqua