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