]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Dispatcher.hs
use time-http 0.5
[Lucu.git] / Network / HTTP / Lucu / Dispatcher.hs
index 555ea856137e85e1e957dfcd931eb3a2214cad71..fc7e4a6d9a74c4b66510d97fb49b4d524672bb81 100644 (file)
@@ -1,13 +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