yesod/Web/Restful/Constants.hs
2009-08-04 09:23:30 +03:00

18 lines
468 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 where
authCookieName :: String
authCookieName = "IDENTIFIER"