StaticOutput

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

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
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], acceptRanges: Option[String], 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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror