ZioHttpServerOptions

case
class ZioHttpServerOptions[R](createFile: ServerRequest => Task[TapirFile], deleteFile: TapirFile => RIO[R, Unit], interceptors: List[Interceptor[[_] =>> RIO[R, _$1]]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product