AssetResponse

endpoints4s.play.server.Assets.AssetResponse
sealed trait AssetResponse

An AssetResponse is either AssetNotFound (if the asset has not been found on the server) or Found otherwise.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AssetNotFound.type
class Found
In this article