Entity

object Entity
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Entity.type

Type members

Classlikes

final case class Default[+F[_]](body: EntityBody[F], length: Option[Long]) extends Entity[F]
case object Empty extends Entity[Pure]
final case class Strict(chunk: Chunk[Byte]) extends Entity[Pure]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[F[_]](body: EntityBody[F], length: Option[Long]): Entity[F]
def empty[F[_]]: Entity[F]
def strict(chunk: Chunk[Byte]): Entity[Pure]

Implicits

Implicits

implicit def http4sMonoidForEntity[F[_]]: Monoid[Entity[F]]