Skip to content

JulesRoadknight/HTTP-Server-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server - Java

An implementation of an HTTP server made without libraries like HTTP.

Installation

  • Clone this repository to your directory
  • Navigate to HTTP-Server-Java

Testing

  • 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

Assembling

./gradlew assemble

Compiling

./gradlew build

Running

java -jar ./build/libs/HTTP-Server-Java-1.0-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors