Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

ZioHttpConfig

class ZioHttpConfig

Validated security configuration for the ZIO HTTP transport.

This is intentionally a top-level type until ZioHttp can expose it as ZioHttp.Config.

Defined by scalive.ZioHttpConfig. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:33-50)

Methods3

equals

def equals(other: Any): Boolean

Defined by scalive.ZioHttpConfig.equals. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:37-42)

hashCode

def hashCode(): Int

Defined by scalive.ZioHttpConfig.hashCode. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:44-47)

toString

def toString: String

Defined by scalive.ZioHttpConfig.toString. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:49-50)

Values2

sessionMaxAge

val sessionMaxAge: java.time.Duration

Defined by scalive.ZioHttpConfig.sessionMaxAge. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:35-35)