digestive-functors-scotty-0.1.1.0: Scotty backend for the digestive-functors library

Safe HaskellSafe-Infered

Text.Digestive.Scotty

Description

Module providing a scotty backend for the digestive-functors library

Synopsis

Documentation

runFormSource

Arguments

:: Monad m 
=> Text

Name of the form

-> Form v (ActionT m) a

Form to run

-> ActionT m (View v, Maybe a)

Result

Runs a form with the HTTP input provided by Scotty.