MaxContentLength

sttp.tapir.server.model.MaxContentLength
See theMaxContentLength companion object
final case class MaxContentLength(value: Long) extends AnyVal

Can be used as an endpoint attribute.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product