Summary Define a new HTTP client API that implements HTTP/2 and WebSocket, and can replace the legacy HttpURLConnection API. The API will be delivered as an incubator module, as defined in JEP 11, with JDK 9. This implies: The API and implementation will not be part of Java SE. The API will live under the jdk.incubtor namespace. The module will not resolve by default at compile or run time. Motiva

