X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu.hs;h=a3f73bef3529e85092f139efa9d88d89a4a1bb57;hp=849f97ec7b258d292de8ee199bfe4f1885c7b46a;hb=67f9e87;hpb=667baf9f664ccc093241287ad727b2839290f456 diff --git a/Network/HTTP/Lucu.hs b/Network/HTTP/Lucu.hs index 849f97e..a3f73be 100644 --- a/Network/HTTP/Lucu.hs +++ b/Network/HTTP/Lucu.hs @@ -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 @@ -57,7 +59,6 @@ module Network.HTTP.Lucu , ETag(..) , strongETag , weakETag - , parseETag -- *** MIME Type , MIMEType(..) @@ -83,6 +84,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