Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate the java.net.http.HttpClient as HTTP client backend #1880

Open
suztomo opened this issue Sep 20, 2023 · 0 comments
Open

Evaluate the java.net.http.HttpClient as HTTP client backend #1880

suztomo opened this issue Sep 20, 2023 · 0 comments
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.

Comments

@suztomo
Copy link
Member

suztomo commented Sep 20, 2023

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:

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?

@suztomo suztomo added 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. labels Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant