+doc,htp #19896 directives for RequestTimeout and docs
This commit is contained in:
parent
27c004d274
commit
2d7d24dee6
24 changed files with 523 additions and 70 deletions
|
|
@ -6,6 +6,9 @@ package docs.http.scaladsl.server
|
|||
|
||||
import akka.http.scaladsl.server.Directives
|
||||
import akka.http.scaladsl.testkit.ScalatestRouteTest
|
||||
import docs.CompileOnlySpec
|
||||
import org.scalatest.{ Matchers, WordSpec }
|
||||
|
||||
abstract class RoutingSpec extends WordSpec with Matchers with Directives with ScalatestRouteTest
|
||||
abstract class RoutingSpec extends WordSpec with Matchers
|
||||
with Directives with ScalatestRouteTest
|
||||
with CompileOnlySpec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue