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