I have a small Akka Http server. Is there a way to specify all server routes / services?
Currently, this is not so simple without creating your own wrapper around DSL akka-http Scala. More discussions here: https://github.com/akka/akka-http/issues/201
In short, DSL Scala is not conducive to introspection.