Implements two endpoints:
GET /plaintext
GET /json
sbt
$ sbt assembly $ java -jar target/scala-2.12/finch-benchmark.jar
httpie
$ http :9000/plaintext $ http :9000/json