X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FAuthentication.hs;fp=Network%2FHTTP%2FLucu%2FAuthorization.hs;h=74791881d68a7bd8449ca1495be7ba108d52cc34;hp=789b5d1c971dfba93f0612e46d1fe79b86fdc9ad;hb=0aa4f6d;hpb=8225cc52ffe4c3d900ae1f79573089be230b80bd diff --git a/Network/HTTP/Lucu/Authorization.hs b/Network/HTTP/Lucu/Authentication.hs similarity index 96% rename from Network/HTTP/Lucu/Authorization.hs rename to Network/HTTP/Lucu/Authentication.hs index 789b5d1..7479188 100644 --- a/Network/HTTP/Lucu/Authorization.hs +++ b/Network/HTTP/Lucu/Authentication.hs @@ -2,9 +2,8 @@ OverloadedStrings , UnicodeSyntax #-} - --- |Manipulation of WWW authorization. -module Network.HTTP.Lucu.Authorization +-- |Manipulation of WWW authentication. +module Network.HTTP.Lucu.Authentication ( AuthChallenge(..) , AuthCredential(..) , Realm