]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Dispatcher.hs
Destroy Data.Attoparsec.Parsable; use Data.Default instead
[Lucu.git] / Network / HTTP / Lucu / Dispatcher.hs
index dd37fb8c042ba84e273d4d72d65debca72463118..fc7e4a6d9a74c4b66510d97fb49b4d524672bb81 100644 (file)
@@ -1,14 +1,13 @@
--- |Repository of resources that are handled by httpd.
+-- |Static and dynamic repositories of resources in an httpd.
 module Network.HTTP.Lucu.Dispatcher
-    ( SchemeMapper(..)
-    , SchemeMap
-    , HostMapper(..)
+    ( HostMapper(..)
     , HostMap
     , ResourceMapper(..)
+    , ResourceMap
     , ResourceTree
     , ResourceNode
-    , ResourceMap
+    , greedy
+    , nonGreedy
     )
     where
 import Network.HTTP.Lucu.Dispatcher.Internal
-import Network.HTTP.Lucu.Dispatcher.Node