JEP 110Delivered the HTTP Client in incubating form in JDK 9
JEP 321Standarized the HTTP Client in Java 11
The HTTP Client was added as anincubating API in JDK 9,refreshed in JDK 10, and standarized in Java 11. Any codeusing the incubating API will need to be updated to use thestandard API in Java 11, as the incubating API has beenremoved.
The source has been integrated into the mainline repository oftheJDK Project,and as such is maintained there.
Thejava.net.http module provide both the HTTP ClientAPI and implementation.
The code was originally developed on thehttp-client-branch in theJDKSandbox.
hg clone -b http-client-branch https://hg.openjdk.org/jdk/sandbox