eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
141 stars 71 forks source link

Allow to set the HTTP version #314

Open tnmtechnologies opened 3 years ago

tnmtechnologies commented 3 years ago

It would be nice to set the HTTP version 1.1 or 2.0.

jamezp commented 7 months ago

This seems reasonable. The Jakarta REST spec itself does not have anything specific reference to HTTP/2 connections. We could treat this as a hint and indicate that implementations should attempt a HTTP/2 connection if available.