sttp.tapir.server.netty.NettyFutureServerOptions
See theNettyFutureServerOptions companion object
case class NettyFutureServerOptions(interceptors: List[Interceptor[Future]], createFile: ServerRequest => Future[TapirFile], deleteFile: TapirFile => Future[Unit])
Options configuring the NettyFutureServerInterpreter, which is being used by NettyFutureServer to interpret tapir's sttp.tapir.server.ServerEndpoints so that they can be served using a Netty server. Contains the interceptors stack and functions for file handling.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article