X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FDispatcher.hs;h=fc7e4a6d9a74c4b66510d97fb49b4d524672bb81;hb=97295ba;hp=555ea856137e85e1e957dfcd931eb3a2214cad71;hpb=667baf9f664ccc093241287ad727b2839290f456;p=Lucu.git diff --git a/Network/HTTP/Lucu/Dispatcher.hs b/Network/HTTP/Lucu/Dispatcher.hs index 555ea85..fc7e4a6 100644 --- a/Network/HTTP/Lucu/Dispatcher.hs +++ b/Network/HTTP/Lucu/Dispatcher.hs @@ -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