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.
-
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
-
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.
module Data.Generics.
PlateData Deprecated: Use Data.Generics.Uniplate.Data instead
module Data.Generics.
PlateDirect Deprecated: Use Data.Generics.Uniplate.Direct instead
module Data.Generics.
PlateTypeable Deprecated: Use Data.Generics.Uniplate.Typeable instead
-
uniplate Data.Generics.PlateTypeable This class represents going from the container type to the target. This class should only be constructed with plate, |+ and |-
-
uniplate Data.Generics.Uniplate.Typeable This class should be defined for each data type of interest.
-
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.
-
uri-bytestring URI.ByteString No documentation available.
-
No documentation available.