]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu.hs
Code clean-up using convertible-text.
[Lucu.git] / Network / HTTP / Lucu.hs
index 8ef80d94a51f712b7e30fa6b4f33cd5d369e8ef6..876064ce8c14701931f0a040e6e8c511a02783b1 100644 (file)
@@ -46,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
 
@@ -56,12 +59,10 @@ module Network.HTTP.Lucu
     , ETag(..)
     , strongETag
     , weakETag
-    , parseETag
 
       -- *** MIME Type
     , MIMEType(..)
     , MIMEParams
-    , parseMIMEType
     , mimeType
 
       -- *** Authentication
@@ -82,6 +83,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