-- |Static and dynamic repositories of resources in an httpd.
module Network.HTTP.Lucu.Dispatcher
    ( HostMapper(..)
    , HostMap
    , ResourceMapper(..)
    , ResourceMap
    , ResourceTree
    , ResourceNode
    , greedy
    , nonGreedy
    )
    where
import Network.HTTP.Lucu.Dispatcher.Internal