feign icon indicating copy to clipboard operation
feign copied to clipboard

Any roadmap for HTTP/3 ?

Open techwn opened this issue 3 years ago • 2 comments

Hi, I read the wiki, but find nothing with HTTP/3, since HTTP/3 has officially published as RFC 9114, is there any roadmap for this?

techwn avatar Oct 23 '22 01:10 techwn

Is there any java client that implements it?!

Feign will just use http implementations that exist out there

velo avatar Oct 31 '22 08:10 velo

Is there any java client that implements it?!

Feign will just use http implementations that exist out there

Yeah, I found some like: https://github.com/google/cronet-transport-for-okhttp https://bitbucket.org/pjtr/flupke/src/master/ https://github.com/ptrd/kwik

techwn avatar Nov 03 '22 06:11 techwn