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

Safe HaskellNone

Text.Digestive.Happstack

Description

Module providing a happstack backend for the digestive-functors library

Synopsis

Documentation

runFormSource

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.