!htp rename akka.http.routing package to akka.http.server

This commit is contained in:
Mathias 2014-09-17 16:42:31 +02:00
parent 1f32faeb96
commit 47affda004
43 changed files with 70 additions and 70 deletions

View file

@ -13,7 +13,7 @@ import scala.reflect.ClassTag
import org.scalatest.Suite
import akka.actor.ActorSystem
import akka.stream.FlowMaterializer
import akka.http.routing._
import akka.http.server._
import akka.http.unmarshalling._
import akka.http.model._
import headers.Host

View file

@ -12,7 +12,7 @@ import scala.concurrent.{ Await, ExecutionContext }
import akka.stream.FlowMaterializer
import akka.stream.scaladsl.Flow
import akka.http.model.HttpEntity.ChunkStreamPart
import akka.http.routing._
import akka.http.server._
import akka.http.model._
trait RouteTestResultComponent {