Export Basic & General Auth combinators from Servant.Server

This commit is contained in:
aaron levin 2016-01-08 11:45:05 +01:00
parent 9a94403d97
commit 752157a777

View file

@ -40,6 +40,14 @@ module Servant.Server
, Config(..)
, (.:)
-- * General Authentication
, AuthHandler(unAuthHandler)
, mkAuthHandler
-- * Basic Authentication
, BasicAuthCheck(unBasicAuthCheck)
, BasicAuthResult(..)
-- * Default error type
, ServantErr(..)
-- ** 3XX