t

org.http4s.dsl.impl

EntityResponseGenerator

trait EntityResponseGenerator[F[_], G[_]] extends ResponseGenerator

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityResponseGenerator
  2. ResponseGenerator
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def status: Status
    Definition Classes
    ResponseGenerator

Concrete Value Members

  1. def apply[A](body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
  2. def apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
  3. def apply(headers: Header*)(implicit F: Applicative[F]): F[Response[G]]