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

Safe HaskellNone

Text.Digestive.Scotty

Description

Module providing a scotty backend for the digestive-functors library

Synopsis

Documentation

runFormSource

Arguments

:: (Monad m, ScottyError e) 
=> Text

Name of the form

-> Form v (ActionT e m) a

Form to run

-> ActionT e m (View v, Maybe a)

Result

Runs a form with the HTTP input provided by Scotty.