Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. defaultLocalWaiProxySettings :: LocalWaiProxySettings

    http-reverse-proxy Network.HTTP.ReverseProxy

    Default value for LocalWaiProxySettings, same as def but with a more explicit name.

  2. defaultWaiProxySettings :: WaiProxySettings

    http-reverse-proxy Network.HTTP.ReverseProxy

    Default value for WaiProxySettings

  3. reconnectWait :: Session -> TVar Int

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  4. reconnectWait :: Session -> TVar Int

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  5. connectionWaitForInput :: Connection -> Int -> IO Bool

    faktory Network.Connection.Compat

    Wait for input to become available on a connection. As with hWaitForInput, the timeout value is given in milliseconds. If the timeout value is less than zero, then connectionWaitForInput waits indefinitely. Unlike hWaitForInput, this function does not do any decoding, so it returns true when there is any available input, not just full characters.

  6. registerNamedWaiMetrics :: Text -> Store -> IO WaiMetrics

    wai-middleware-metrics Network.Wai.Metrics

    Register in EKG a number of metrics related to web server activity with a namespace.

  7. registerWaiMetrics :: Store -> IO WaiMetrics

    wai-middleware-metrics Network.Wai.Metrics

    Register in EKG a number of metrics related to web server activity using empty namespace.

    • wai.request_count
    • wai.response_status_1xx
    • wai.response_status_2xx
    • wai.response_status_3xx
    • wai.response_status_4xx
    • wai.response_status_5xx
    • wai.latency_distribution

  8. xrayWaiVaultKey :: Key XRayVaultData

    aws-xray-client-wai Network.AWS.XRayClient.WAI

    This is a Key for the vault inside each WAI Request. It is used to get to the XRayVaultData for the current request.

  9. defWaiMain :: Application -> IO ()

    wai-cli Network.Wai.Cli

    No documentation available.

Page 8 of many | Previous | Next