ZioHttpConfig
class ZioHttpConfigValidated 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): BooleanDefined by scalive.ZioHttpConfig.equals. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:37-42)
hashCode
def hashCode(): IntDefined by scalive.ZioHttpConfig.hashCode. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:44-47)
toString
def toString: StringDefined by scalive.ZioHttpConfig.toString. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:49-50)
Values2
secureCookie
val secureCookie: BooleanDefined by scalive.ZioHttpConfig.secureCookie. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:36-36)
sessionMaxAge
val sessionMaxAge: java.time.DurationDefined by scalive.ZioHttpConfig.sessionMaxAge. View source (scalive/transport/zio-http/src/scalive/ZioHttpSecurity.scala:35-35)