]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu.hs
HelloWorld works again.
[Lucu.git] / Network / HTTP / Lucu.hs
index 849f97ec7b258d292de8ee199bfe4f1885c7b46a..6a827d08412253cf9f5cfc06fab5703b4f6bf2da 100644 (file)
@@ -36,9 +36,8 @@ module Network.HTTP.Lucu
     , module Network.HTTP.Lucu.Config
 
       -- * URI-related data types
-    , Scheme
     , Host
-    , PathSegments
+    , Path
 
       -- * 'Resource' dispatcher
     , module Network.HTTP.Lucu.Dispatcher
@@ -47,6 +46,9 @@ module Network.HTTP.Lucu
     , module Network.HTTP.Lucu.Resource
 
       -- ** Things to be used in the Resource monad
+      -- *** 'Method'
+    , Method(..)
+
       -- *** 'StatusCode'
     , module Network.HTTP.Lucu.StatusCode
 
@@ -83,6 +85,7 @@ import Network.HTTP.Lucu.Httpd
 import Network.HTTP.Lucu.MIMEParams
 import Network.HTTP.Lucu.MIMEType hiding (mimeType)
 import Network.HTTP.Lucu.MIMEType.TH
+import Network.HTTP.Lucu.Request
 import Network.HTTP.Lucu.Resource
 import Network.HTTP.Lucu.Response
 import Network.HTTP.Lucu.StaticFile