package akkaHttp
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- akkaHttp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait FindKey[Params <: HList] extends DepFn0
- final case class MalformedPathRejection(name: String, formatError: String) extends Rejection with Product with Serializable
- final case class MethodCheck[T](method: HttpMethod) extends Product with Serializable
- final case class NotFoundPathRejection(name: String) extends Rejection with Product with Serializable
- trait ParamDirectives[S <: ParamSource] extends AnyRef
-
trait
Routable[Res, Out] extends AnyRef
- Annotations
- @implicitNotFound( ... )
-
trait
RoutableIn[In, Res, Out] extends AnyRef
- Annotations
- @implicitNotFound( ... )
-
trait
Serve[T, In <: HList] extends AnyRef
- Annotations
- @implicitNotFound( ... )
Value Members
- def rejectionHandler: PartialFunction[Rejection, Route]
- object FindKey
- object MethodCheck extends Serializable
- object MkRoute
- object ParamDirectives
- object Routable
- object RoutableIn
- object Serve extends ServeInstances
- object catsInstances