Entity

org.http4s.Entity
See theEntity companion object
final case class Entity[+F[_]](body: EntityBody[F], length: Option[Long])

Attributes

Companion:
object
Source:
Entity.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product