Found

endpoints4s.play.server.Assets.Found
case class Found(data: Source[ByteString, _], contentLength: Option[Long], contentType: Option[String], isGzipped: Boolean) extends AssetResponse

Value parameters

contentLength

Size, if known

contentType

Content type, if known

data

Asset content

isGzipped

Whether data contains the gzipped version of the asset

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