digestive-functors-happstack-0.6.1.3: Happstack backend for the digestive-functors library

Safe HaskellNone
LanguageHaskell2010

Text.Digestive.Happstack

Description

Module providing a happstack backend for the digestive-functors library

Synopsis

Documentation

runForm Source #

Arguments

:: (HasRqData m, Monad m, ServerMonad m) 
=> Text

Name for the form

-> Form v m a

Form to run

-> m (View v, Maybe a)

Result

Runs a form with the HTTP input provided by Happstack.

Automatically picks between getForm and postForm based on the request method.