HttpBody

uk.gov.hmrc.objectstore.client.play.HttpBody
case class HttpBody[BODY](length: Option[Long], md5: Option[Md5Hash], writeBody: BODY, release: () => Unit)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product