AssetRequest

endpoints4s.play.server.Assets.AssetRequest
case class AssetRequest(assetPath: AssetPath, isGzipSupported: Boolean)

Value parameters

assetPath

Path of the requested asset

isGzipSupported

Whether the client supports gzip encoding or not

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