Http4sServerOptions

sttp.tapir.server.http4s.Http4sServerOptions
See theHttp4sServerOptions companion object
case class Http4sServerOptions[F[_]](createFile: ServerRequest => F[TapirFile], deleteFile: TapirFile => F[Unit], ioChunkSize: Int, interceptors: List[Interceptor[F]])

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[F]): Http4sServerOptions[F]
def prependInterceptor(i: Interceptor[F]): Http4sServerOptions[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product