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.
defaultLocalWaiProxySettings :: LocalWaiProxySettingshttp-reverse-proxy Network.HTTP.ReverseProxy Default value for LocalWaiProxySettings, same as def but with a more explicit name.
defaultWaiProxySettings :: WaiProxySettingshttp-reverse-proxy Network.HTTP.ReverseProxy Default value for WaiProxySettings
reconnectWait :: Session -> TVar Intpontarius-xmpp Network.Xmpp.Internal No documentation available.
reconnectWait :: Session -> TVar Intpontarius-xmpp Network.Xmpp.Internal No documentation available.
connectionWaitForInput :: Connection -> Int -> IO Boolfaktory 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.
registerNamedWaiMetrics :: Text -> Store -> IO WaiMetricswai-middleware-metrics Network.Wai.Metrics Register in EKG a number of metrics related to web server activity with a namespace.
registerWaiMetrics :: Store -> IO WaiMetricswai-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
xrayWaiVaultKey :: Key XRayVaultDataaws-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.
defWaiMain :: Application -> IO ()wai-cli Network.Wai.Cli No documentation available.