c
LiveRouter
class LiveRouterDefined by scalive.LiveRouter. View source (scalive/api/src/scalive/routing/LiveRouting.scala:888-898)
Methods4
apply
def apply[R](routes: (LiveRouteFragment[R] { type Input = Any })*): LiveApplication[R]Defined by scalive.LiveRouter.apply. View source (scalive/api/src/scalive/routing/LiveRouting.scala:897-898)
withLayout
def withLayout(value: LiveLayout[Any, Any]): LiveRouterDefined by scalive.LiveRouter.withLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:893-894)
withRootLayout
def withRootLayout(value: LiveRootLayout[Any, Any]): LiveRouterDefined by scalive.LiveRouter.withRootLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:895-896)
withSocketPath
def withSocketPath(value: zio.http.codec.PathCodec[Unit]): LiveRouterDefined by scalive.LiveRouter.withSocketPath. View source (scalive/api/src/scalive/routing/LiveRouting.scala:892-892)