!htc #15726: Akka HTTP with the new DSL

This commit is contained in:
Endre Sándor Varga 2014-10-07 13:55:56 +02:00
parent c1d26c8ff7
commit ed27f86791
58 changed files with 554 additions and 503 deletions

View file

@ -8,7 +8,7 @@ import com.typesafe.config.{ ConfigFactory, Config }
import scala.concurrent.duration._
import akka.actor.ActorSystem
import akka.io.IO
import akka.stream.FlowMaterializer
import akka.stream.scaladsl2.FlowMaterializer
import akka.util.Timeout
import akka.pattern.ask
import akka.http.Http