An implementation of an HTTP server made without libraries like HTTP.
- Clone this repository to your directory
- Navigate to
HTTP-Server-Java
- In the console, run
./gradlew test - For test coverage report, run
./gradlew jacocoTestReport - Results are found in
/build/reports/jacoco/test/html/index.html, and can be read in browser
./gradlew assemble
./gradlew build
java -jar ./build/libs/HTTP-Server-Java-1.0-SNAPSHOT.jar