ptrd / flupke

Java HTTP3 Client and HTTP3 Server plugin for Kwik
GNU General Public License v3.0
15 stars 4 forks source link

How to use flupke as RestTemplate httpclient library in SpringBoot? #9

Closed zoujiaqing closed 5 months ago

zoujiaqing commented 5 months ago

I want have some method to use.

ptrd commented 5 months ago

Did you read the Flupke documentation? It uses the generic Java client interfaces like HttpClient, HttpRequest etc. How you can use a non-standard HttpClient with Spring is something i don't know and not a topic for this project i would say.