Entity

org.http4s.Entity
See theEntity companion object
sealed trait Entity[+F[_]]

Attributes

Companion
object
Source
Entity.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
class Streamed[F]
class Strict

Members list

Value members

Abstract methods

def ++[F1[x]](that: Entity[F1]): Entity[F1]

Attributes

Source
Entity.scala
def body: EntityBody[F]

Attributes

Source
Entity.scala

Attributes

Source
Entity.scala
def translate[F1[x], G[_]](fk: FunctionK[F1, G]): Entity[G]

Attributes

Source
Entity.scala