Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. CheckHexDigestHeader :: ByteString -> CheckHexDigest

    http-download Network.HTTP.Download

    No documentation available.

  2. CheckHexDigestHeader :: ByteString -> CheckHexDigest

    http-download Network.HTTP.Download.Verified

    No documentation available.

  3. SIHFromHeader :: SetIpHeader

    http-reverse-proxy Network.HTTP.ReverseProxy

    Set it from either X-Real-IP or X-Forwarded-For, if present

  4. data SetIpHeader

    http-reverse-proxy Network.HTTP.ReverseProxy

    How to set the X-Real-IP request header.

  5. wpsModifyResponseHeaders :: WaiProxySettings -> Request -> Response () -> ResponseHeaders -> ResponseHeaders

    http-reverse-proxy Network.HTTP.ReverseProxy

    Allow to override the response headers before the response is returned upstream. Useful for example to override overly-strict 'Content-Security-Policy' when the source is known to be trustworthy. Default: no op

  6. wpsSetIpHeader :: WaiProxySettings -> SetIpHeader

    http-reverse-proxy Network.HTTP.ReverseProxy

    Set the X-Real-IP request header with the client's IP address. Default: SIHFromSocket

  7. IllegalHeaderName :: DecodeError

    http2 Network.HPACK

    No documentation available.

  8. type TokenHeader = (Token, FieldValue)

    http2 Network.HPACK

    TokenBased header.

  9. type TokenHeaderList = [TokenHeader]

    http2 Network.HPACK

    TokenBased header list.

  10. type TokenHeaderTable = (TokenHeaderList, ValueTable)

    http2 Network.HPACK

    A pair of token list and value table.

Page 275 of many | Previous | Next