Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

HttpFlash

class HttpFlash

Sends signed flash messages from an HTTP redirect into the next rendered Live route.

Defined by scalive.HttpFlash. View source (scalive/transport/zio-http/src/scalive/HttpSecurity.scala:74-92)

Methods2

seeOther

def seeOther(to: LiveLocation, values: (FlashKind, String)*): zio.package.UIO[zio.http.Response]

Defined by scalive.HttpFlash.seeOther. View source (scalive/transport/zio-http/src/scalive/HttpSecurity.scala:75-76)

seeOtherUnsafe

def seeOtherUnsafe(to: zio.http.URL, values: (FlashKind, String)*): zio.package.UIO[zio.http.Response]

Defined by scalive.HttpFlash.seeOtherUnsafe. View source (scalive/transport/zio-http/src/scalive/HttpSecurity.scala:78-79)