!htp rename akka.http.routing package to akka.http.server
This commit is contained in:
parent
1f32faeb96
commit
47affda004
43 changed files with 70 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue