yaml-rpc-scotty-1.0.2: Scotty server backend for yaml-rpc

Safe HaskellNone

Network.YAML.Scotty

Synopsis

Documentation

servePost :: Dispatcher IO -> ScottyM ()Source

Scotty handler. Serves each method on /:method.

servePostT :: (ScottyError e, MonadIO m) => Dispatcher m -> ScottyT e m ()Source

Scotty handler. Serves each method on /:method.