Simple HTTP server written in Java to meet the requirements of [CobSpec] (https://github.com/8thlight/cob_spec).
JDK 8
Clone the git repository
$ git clone https://github.com/lisahamm/HTTPServer
Then cd
into the directory
$ cd HTTPServer
Build the JAR using gradle wrapper
$ ./gradlew build
Start the server from the command line
$ java -jar build/libs/HTTPServer.jar -p PORT -d PATH/TO/PUBLIC/DIRECTORY
Run the tests from the root directory
$ ./gradlew check