Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Static file serving subsite for Yesod Web Framework. API docs and the README are available at http://www.stackage.org/package/yesod-static
yesodDispatch :: YesodDispatch site => YesodRunnerEnv site -> Applicationhledger-web Hledger.Web.Import No documentation available.
yesodMiddleware :: (Yesod site, ToTypedContent res) => HandlerFor site res -> HandlerFor site reshledger-web Hledger.Web.Import A Yesod middleware, which will wrap every handler function. This allows you to run code before and after a normal handler. Default: the defaultYesodMiddleware function. Since: 1.1.6
yesodRender :: Yesod y => y -> ResolvedApproot -> Route y -> [(Text, Text)] -> Texthledger-web Hledger.Web.Import No documentation available.
-
hledger-web Hledger.Web.Import No documentation available.
yesodSubDispatch :: YesodSubDispatch sub master => YesodSubRunnerEnv sub master -> Applicationhledger-web Hledger.Web.Import No documentation available.
-
hledger-web Hledger.Web.Import No documentation available.
-
hledger-web Hledger.Web.Import How to allocate an InternalState for each request. The default implementation is almost always what you want. However, if you know that you are never taking advantage of the MonadResource instance in your handler functions, setting this to a dummy implementation can provide a small optimization. Only do this if you really know what you're doing, otherwise you can turn safe code into a runtime error! Since 1.4.2
-
Yesod Middleware for HTTP Basic Authentication An efficient Yesod middleware middleware for HTTP Basic Authentication. Utilizes Yesod request-local caching mechanisms to store valid auth credentials found in the Authorization header.
-
Authentication plugin for Yesod. This package is the Yesod.Auth.HashDB plugin, originally included as part of yesod-auth, but now modified to be more secure and placed in a separate package. It provides authentication using hashed passwords stored in a database, and works best in situations where an administrator is involved in setting up a user with an initial password. The complete login process, including a default form, is implemented by this plugin, but the application developer must design the interfaces for setting up users and allowing them to change their own passwords, since only the low-level password-setting functions are provided by this package. (Note that other authentication plugins may be more appropriate if you wish to use email verification to set up accounts).