espial-0.0.20: Espial is an open-source, web-based bookmarking server.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Handler.Common

Description

Common handler functions.

Documentation

getUrlSessionParam :: forall a. (Show a, Read a) => Text -> Handler (Maybe a) Source #