Evaluate the java.net.http.HttpClient as HTTP client backend #1880
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Since Java 11, JDK already provides HTTP client.
https://docs.oracle.com/en/java/javase/21/docs/api/java.net.http/java/net/http/package-summary.html
This google-http-java-client has NetHttpTransport:
google-http-java-client/google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpTransport.java
Line 55 in 13edd13
It also provides an option to use Apache HTTP client 4.x.
Would another option to use the new
java.net.http.HttpClient
help library users?The text was updated successfully, but these errors were encountered: