Replies: 2 comments
-
/cc @cescoffier (rest-client), @geoand (rest-client) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found the solution
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we have several services in golang which communicate directly in HTTP2 but however with our service in quarkus it starts communication in Http1 (upgrade:h2c)
I would like to know if it is possible to disable upgrade: h2c switch protocol mecanism and communicate directly in http2 with Quarkus rest client reactive .
Beta Was this translation helpful? Give feedback.
All reactions