o

org.http4s.server.middleware

ChunkAggregator

object ChunkAggregator

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

Value Members

  1. def apply[F[_], G[_], A](f: ~>[G, F])(http: Kleisli[F, A, Response[G]])(implicit arg0: FlatMap[F], arg1: Sync[G]): Kleisli[F, A, Response[G]]
  2. def httpApp[F[_]](httpApp: HttpApp[F])(implicit arg0: Sync[F]): HttpApp[F]
  3. def httpRoutes[F[_]](httpRoutes: HttpRoutes[F])(implicit arg0: Sync[F]): HttpRoutes[F]