-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Git http-backend CGI App of WAI -- -- Git http-backend CGI App of WAI @package wai-git-http @version 0.0.0 module Network.Wai.Application.CGI.Git.Conduit byteStringToBuilder :: ByteString -> Builder toResponseSource :: ResumableSource IO ByteString -> IO (Source IO (Flush Builder)) parseHeader :: Sink ByteString IO RequestHeaders module Network.Wai.Application.CGI.Git -- | A git back-end -- -- The git base dir is the directory for the git repository to serve. -- This is repository for bare repositories and -- `repository/.git` for non-bare repositories. -- -- WARNING: This does not set up any repositories for you, it only serves -- them you still have to take care of the repositories (and their -- configuration) behind the scenes. cgiGitBackend :: FilePath -> Application