ZioHttpServerOptions

sttp.tapir.server.ziohttp.ZioHttpServerOptions
See theZioHttpServerOptions companion object
case class ZioHttpServerOptions[R](createFile: ServerRequest => Task[TapirFile], deleteFile: TapirFile => RIO[R, Unit], interceptors: List[Interceptor[[_] =>> RIO[R, _$1]]])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def appendInterceptor(i: Interceptor[[_] =>> RIO[R, _$3]]): ZioHttpServerOptions[R]
def prependInterceptor(i: Interceptor[[_] =>> RIO[R, _$2]]): ZioHttpServerOptions[R]
def widen[R2 <: R]: ZioHttpServerOptions[R2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product