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. throwSocketErrorWaitRead :: (Eq a, Num a) => Socket -> String -> IO a -> IO a

    network Network.Socket.Internal

    Like throwSocketErrorIfMinus1Retry, but if the action fails with EWOULDBLOCK or similar, wait for the socket to be read-ready, and try again.

  2. throwSocketErrorWaitReadBut :: (Eq a, Num a) => (CInt -> Bool) -> Socket -> String -> IO a -> IO a

    network Network.Socket.Internal

    Like throwSocketErrorIfMinus1Retry, but if the action fails with EWOULDBLOCK or similar, wait for the socket to be read-ready, and try again. If it fails with the error the user was expecting then ignore the error

  3. throwSocketErrorWaitWrite :: (Eq a, Num a) => Socket -> String -> IO a -> IO a

    network Network.Socket.Internal

    Like throwSocketErrorIfMinus1Retry, but if the action fails with EWOULDBLOCK or similar, wait for the socket to be write-ready, and try again.

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

    crypton-connection Network.Connection

    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.

  5. bsWaitForInput :: BSStream -> Int -> IO Bool

    HaskellNet Network.HaskellNet.BSStream

    Is data available?

  6. bugsnagDeviceFromWaiRequest :: Request -> Maybe Device

    bugsnag-wai Network.Bugsnag.Wai

    Attempt to divine a Device from a request's User Agent

  7. bugsnagRequestFromWaiRequest :: Request -> Request

    bugsnag-wai Network.Bugsnag.Wai

    Constructs a Request from a Request

  8. updateEventFromWaiRequest :: Request -> BeforeNotify

    bugsnag-wai Network.Bugsnag.Wai

    Set the events Event and Device This function redacts the following Request headers:

    • Authorization
    • Cookie
    • X-XSRF-TOKEN (CSRF token header used by Yesod)
    To avoid this, use updateEventFromWaiRequestUnredacted.

  9. updateEventFromWaiRequestUnredacted :: Request -> BeforeNotify

    bugsnag-wai Network.Bugsnag.Wai

    No documentation available.

  10. data LocalWaiProxySettings

    http-reverse-proxy Network.HTTP.ReverseProxy

    No documentation available.

Page 7 of many | Previous | Next