sttp.tapir.server.model

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class MaxContentLength(value: Long) extends AnyVal

Can be used as an endpoint attribute.

Can be used as an endpoint attribute.

Attributes

Example
endpoint.attribute(MaxContentLength.attributeKey, MaxContentLength(16384L))
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class ServerResponse[+B](code: StatusCode, headers: Seq[Header], body: Option[B], source: Option[ValuedEndpointOutput[_]]) extends ResponseMetadata

Value parameters

source

The output, from which this response has been created.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ResponseMetadata
trait HasHeaders
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ValuedEndpointOutput[T](output: EndpointOutput[T], value: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all