Packages

p

ru.tinkoff.tschema

akkaHttp

package akkaHttp

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. akkaHttp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait FindKey[Params <: HList] extends DepFn0
  2. final case class MalformedPathRejection(name: String, formatError: String) extends Rejection with Product with Serializable
  3. final case class MethodCheck[T](method: HttpMethod) extends Product with Serializable
  4. final case class NotFoundPathRejection(name: String) extends Rejection with Product with Serializable
  5. trait ParamDirectives[S <: ParamSource] extends AnyRef
  6. trait Routable[Res, Out] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  7. trait RoutableIn[In, Res, Out] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  8. trait Serve[T, In <: HList] extends AnyRef
    Annotations
    @implicitNotFound( ... )

Value Members

  1. def rejectionHandler: PartialFunction[Rejection, Route]
  2. object FindKey
  3. object MethodCheck extends Serializable
  4. object MkRoute
  5. object ParamDirectives
  6. object Routable
  7. object RoutableIn
  8. object Serve extends ServeInstances
  9. object catsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped