-
Notifications
You must be signed in to change notification settings - Fork 466
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.
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 in 13edd13
| public final class NetHttpTransport extends HttpTransport { |
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?
blakeli0 and meor9zcu12
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.