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.

  1. package yesod-recaptcha2

    yesod recaptcha2 It support new Google reCAPTCHA(v2, v3) for yesod-form instead yesod-recaptcha beacuse original yesod-recaptcha is dead.

  2. package yesod-sitemap

    Generate XML sitemaps. API docs and the README are available at http://www.stackage.org/package/yesod-sitemap

  3. package yesod-websockets

    WebSockets support for Yesod API docs and the README are available at http://www.stackage.org/package/yesod-websockets

  4. defaultYesodMiddleware :: Yesod site => HandlerFor site res -> HandlerFor site res

    yesod-core Yesod.Core

    Default implementation of yesodMiddleware. Adds the response header "Vary: Accept, Accept-Language", "X-XSS-Protection: 1; mode=block", and performs authorization checks. Since 1.2.0

  5. mkYesod :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    Generates URL datatype and site function for the given Resources. This is used for creating sites, not subsites. See mkYesodSubData and mkYesodSubDispatch for the latter. Use parseRoutes to create the Resources. Contexts and type variables in the name of the datatype are parsed. For example, a datatype App a with typeclass constraint MyClass a can be written as "(MyClass a) => App a".

  6. mkYesodData :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    Sometimes, you will want to declare your routes in one file and define your handlers elsewhere. For example, this is the only way to break up a monolithic file into smaller parts. Use this function, paired with mkYesodDispatch, to do just that.

  7. mkYesodDataOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    mkYesodData but with custom options.

  8. mkYesodDispatch :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    See mkYesodData.

  9. mkYesodDispatchOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    See mkYesodDataOpts

  10. mkYesodOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    mkYesod but with custom options.

Page 17 of many | Previous | Next