You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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).
The text was updated successfully, but these errors were encountered: