-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | set group and user id before running server
--   
--   Please see the README on GitHub at
--   <a>https://github.com/YoshikuniJujo/warp-tls-uid#readme</a>
@package warp-tls-uid
@version 0.2.0.5

module Network.Wai.Handler.WarpTLS.UserId
type CertFile = FilePath
type KeyFile = FilePath
type GroupName = String
type UserName = String
runTlsWithGroupUserName :: (CertFile, KeyFile) -> (GroupName, UserName) -> Settings -> Application -> IO ()
