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

HTTP Processing: Use new JDK 11 HTTP Client API #2128

Closed
ChristianGruen opened this issue Jul 14, 2022 · 0 comments
Closed

HTTP Processing: Use new JDK 11 HTTP Client API #2128

ChristianGruen opened this issue Jul 14, 2022 · 0 comments

Comments

@ChristianGruen
Copy link
Member

The new Java HTTP Client improves the overall performance of sending requests by a client and receiving responses from the server. All uses of the classical HttpURLConnection API should be replaced by the new API.

The upgrade will also serve as preparatory step for #914 (support for the EXPath HTTP Client Module 2.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant