salvia-1.0.0: Modular web application framework.

Network.Salvia.Handler.Method

Synopsis

Documentation

hMethod :: HttpM Request m => Dispatcher Method m aSource

Request dispatcher based on the HTTP request Method.

hMethodRouter :: HttpM Request m => ListDispatcher Method m ()Source

Request list dispatcher based on the hMethod dispatcher.