]> gitweb @ CieloNegro.org - Lucu.git/blob - Network/HTTP/Lucu/Dispatcher.hs
7b0c84003a2c84c14b67184b05a75b3b4dbc55d5
[Lucu.git] / Network / HTTP / Lucu / Dispatcher.hs
1 -- |Repository of resources that are handled by httpd.
2 module Network.HTTP.Lucu.Dispatcher
3     ( SchemeMapper(..)
4     , SchemeMap
5     , HostMapper(..)
6     , HostMap
7     , ResourceMapper(..)
8     , ResourceMap
9     , ResourceTree
10     , ResourceNode
11     , greedy
12     , nonGreedy
13     )
14     where
15 import Network.HTTP.Lucu.Dispatcher.Internal