ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
383 stars 55 forks source link

How to use kwik instead of okhttp as the client request library in spring boot? #39

Closed zoujiaqing closed 4 months ago

zoujiaqing commented 4 months ago

Hello ptrd, As the title suggests.

I use restClient or restTemplate in SpringBoot version 3.2.x . My server only support HTTP/3 protocol. I want to use kwik to solve this problem. Need your help, thanks!

ptrd commented 4 months ago

https://github.com/ptrd/flupke/ provides a HTTP/3 client.