StaticOutput

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

Attributes

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

Members list

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

Supertypes
trait Serializable
trait Product
trait Equals
trait StaticOutput[T]
class Object
trait Matchable
class Any
Show all
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

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

Attributes

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