wai-lite-0.1.0.0: A minimalist web framework for WAI web applications

Safe HaskellSafe-Infered

Network.Wai.REST

Documentation

type RESTController a = StateT RESTControllerState (ResourceT IO) aSource