Package

typedapi.server

akkahttp

Permalink

package akkahttp

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. case class AkkaHttpHeaderParseException(msg: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. implicit def mountEndpoints(implicit mat: Materializer): MountEndpoints[HttpExt, HttpRequest, Future[HttpResponse]] { type Out = scala.concurrent.Future[akka.http.scaladsl.Http.ServerBinding] }

    Permalink
  2. implicit def noReqBodyExecutor[El <: HList, KIn <: HList, VIn <: HList, M <: MethodType, FOut](implicit encoder: ToEntityMarshaller[FOut], ec: ExecutionContext): NoReqBodyExecutor[El, KIn, VIn, M, Future, FOut] { ... /* 2 definitions in type refinement */ }

    Permalink
  3. implicit def withReqBodyExecutor[El <: HList, KIn <: HList, VIn <: HList, Bd, M <: MethodType, ROut <: HList, POut <: HList, FOut](implicit encoder: ToEntityMarshaller[FOut], decoder: FromEntityUnmarshaller[Bd], _prepend: shapeless.ops.hlist.Prepend.Aux[ROut, ::[Bd, HNil], POut], _eqProof: =:=[POut, VIn], mat: Materializer, ec: ExecutionContext): ReqBodyExecutor[El, KIn, VIn, Bd, M, ROut, POut, Future, FOut] { ... /* 4 definitions in type refinement */ }

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped