- Notifications
You must be signed in to change notification settings - Fork466
Open
Description
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:
Line 55 in13edd13
| publicfinalclassNetHttpTransportextendsHttpTransport { |
It also provides an option to use Apache HTTP client 4.x.
Would another option to use the newjava.net.http.HttpClient help library users?