Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.83 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.83 KB

java-httpclient-example

System requirements

This project requires:

  • JDK 11 or higher
  • Maven 3.6.3

Java 11 development kit

Build and run


./build.sh  && ./run.sh

Core classes

Specification

HTTP client implementation

This project uses the Java platform HttpClient:

java.net.http.HttpClient

This HttpClient is available in Java 11 and above.

Third party libraries

Continuous integration

This project uses GitHub Actions