PlayServerOptions

sttp.tapir.server.play.PlayServerOptions
See thePlayServerOptions companion object
case class PlayServerOptions(temporaryFileCreator: TemporaryFileCreator, deleteFile: TapirFile => Future[Unit], defaultActionBuilder: ActionBuilder[Request, AnyContent], playBodyParsers: PlayBodyParsers, decodeFailureHandler: DecodeFailureHandler[Future], interceptors: List[Interceptor[Future]])

Attributes

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

Members list

Value members

Concrete methods

def appendInterceptor(i: Interceptor[Future]): PlayServerOptions
def prependInterceptor(i: Interceptor[Future]): PlayServerOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product