yesod/Web/Restful/Constants.hs
2009-08-04 15:52:21 +03:00

20 lines
495 B
Haskell

---------------------------------------------------------
--
-- Module : Web.Restful.Constants
-- Copyright : Michael Snoyman
-- License : BSD3
--
-- Maintainer : Michael Snoyman <michael@snoyman.com>
-- Stability : Stable
-- Portability : portable
--
-- Constants used throughout Restful.
--
---------------------------------------------------------
module Web.Restful.Constants
( authCookieName
) where
authCookieName :: String
authCookieName = "IDENTIFIER"