mirror of
https://github.com/kataras/iris.git
synced 2026-01-04 18:57:03 +00:00
Embrace https://github.com/kataras/iris/issues/250 - Flash messages available inside request life
This commit is contained in:
@@ -69,10 +69,8 @@ type (
|
||||
SetCookie(*fasthttp.Cookie)
|
||||
SetCookieKV(string, string)
|
||||
RemoveCookie(string)
|
||||
GetFlash(string) string
|
||||
GetFlashBytes(string) ([]byte, error)
|
||||
GetFlash(string) (string, error)
|
||||
SetFlash(string, string)
|
||||
SetFlashBytes(string, []byte)
|
||||
Session() store.IStore
|
||||
SessionDestroy()
|
||||
Log(string, ...interface{})
|
||||
|
||||
Reference in New Issue
Block a user