Crate salvo_flash

source ·
Expand description

The flash message lib of Savlo web server framework. Read more: https://salvo.rs

Structs

CookieStorecookie-store
CookieStore is a FlashStore implementation that stores the flash messages in a cookie.
A flash is a list of messages.
FlashHandler
A flash message.
SessionStoresession-store
SessionStore is a FlashStore implementation that stores the flash messages in a session.

Enums

Verbosity level of a flash message.

Constants

Key for incoming flash messages in depot.
Key for outgoing flash messages in depot.

Traits

FlashDepotExt
FlashStore is for stores flash messages.

Functions

cookie_storecookie-store
Helper function to create a CookieStore.
session_storesession-store
Helper function to create a SessionStore.