# Microhttp Benchmarking Test ### Test Type Implementation Source Code * [JSON](src/main/java/hello/HelloWebServer.java) * [PLAINTEXT](src/main/java/hello/HelloWebServer.java) ## Important Libraries The tests were run with: * [OpenJDK 17.0.2](http://openjdk.java.net/) * [Microhttp 0.3](https://github.com/ebarlas/microhttp) * [Jackson 2.13.1](https://github.com/FasterXML/jackson) ## Test URLs ### JSON http://localhost:8080/json ### PLAINTEXT http://localhost:8080/plaintext