StaticOutput

sttp.tapir.static.StaticOutput$
See theStaticOutput companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Found[T](body: T, lastModified: Option[Instant], contentLength: Option[Long], contentType: Option[MediaType], etag: Option[ETag], contentEncoding: Option[String]) extends StaticOutput[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticOutput[T]
class Object
trait Matchable
class Any
case class FoundPartial[T](body: T, lastModified: Option[Instant], contentLength: Option[Long], contentType: Option[MediaType], etag: Option[ETag], acceptRanges: Option[String], contentRange: Option[String]) extends StaticOutput[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticOutput[T]
class Object
trait Matchable
class Any
case object NotModified extends StaticOutput[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StaticOutput[Nothing]
class Object
trait Matchable
class Any
Self type