Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. 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
    

  2. 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.

  3. module Data.Generics.PlateData

    Deprecated: Use Data.Generics.Uniplate.Data instead

  4. module Data.Generics.PlateDirect

    Deprecated: Use Data.Generics.Uniplate.Direct instead

  5. module Data.Generics.PlateTypeable

    Deprecated: Use Data.Generics.Uniplate.Typeable instead

  6. 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 |-

  7. class PlateAll from to

    uniplate Data.Generics.Uniplate.Typeable

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

  8. newtype Port

    uri-bytestring URI.ByteString

    While some libraries have chosen to limit this to a Word16, the spec only specifies that the string be comprised of digits.

  9. Port :: Int -> Port

    uri-bytestring URI.ByteString

    No documentation available.

  10. module Graphics.Vty.Picture

    No documentation available.

Page 360 of many | Previous | Next