simple-0.7.0.1: A minimalist web framework for the WAI server interface

Safe HaskellNone

Web.REST

Documentation

data REST r Source

Constructors

REST 

type RESTController r = RESTControllerM r ()Source

rest :: RESTControllerM r a -> REST rSource