]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Dispatcher.hs
It (at least) builds now...
[Lucu.git] / Network / HTTP / Lucu / Dispatcher.hs
diff --git a/Network/HTTP/Lucu/Dispatcher.hs b/Network/HTTP/Lucu/Dispatcher.hs
new file mode 100644 (file)
index 0000000..555ea85
--- /dev/null
@@ -0,0 +1,13 @@
+-- |Repository of resources that are handled by httpd.
+module Network.HTTP.Lucu.Dispatcher
+    ( SchemeMapper(..)
+    , SchemeMap
+    , HostMapper(..)
+    , HostMap
+    , ResourceMapper(..)
+    , ResourceTree
+    , ResourceNode
+    , ResourceMap
+    )
+    where
+import Network.HTTP.Lucu.Dispatcher.Internal