Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PolicyViolationException

    snap-core Snap.Util.FileUploads

    Thrown when an UploadPolicy or PartUploadPolicy is violated.

  2. module Snap.Util.Proxy

    This module provides facilities for patching incoming Requests to correct the value of rqClientAddr if the snap server is running behind a proxy. Example usage:

    m :: Snap ()
    m = undefined  -- code goes here
    
    applicationHandler :: Snap ()
    applicationHandler = behindProxy X_Forwarded_For m
    

  3. data ProxyType

    snap-core Snap.Util.Proxy

    What kind of proxy is this? Affects which headers behindProxy pulls the original remote address from. Currently only proxy servers that send X-Forwarded-For or Forwarded-For are supported.

  4. module Data.Generics.PlateData

    Deprecated: Use Data.Generics.Uniplate.Data instead

  5. module Data.Generics.PlateDirect

    Deprecated: Use Data.Generics.Uniplate.Direct instead

  6. module Data.Generics.PlateTypeable

    Deprecated: Use Data.Generics.Uniplate.Typeable instead

  7. class PlateAll from to

    uniplate Data.Generics.PlateTypeable

    This class represents going from the container type to the target. This class should only be constructed with plate, |+ and |-

  8. class PlateAll from to

    uniplate Data.Generics.Uniplate.Typeable

    This class should be defined for each data type of interest.

  9. Production :: DefaultEnv

    yesod Yesod.Default.Config

    No documentation available.

  10. module Yesod.Form.I18n.Portuguese

    No documentation available.

Page 358 of many | Previous | Next