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.
throwSocketErrorWaitRead :: (Eq a, Num a) => Socket -> String -> IO a -> IO anetwork 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.
throwSocketErrorWaitReadBut :: (Eq a, Num a) => (CInt -> Bool) -> Socket -> String -> IO a -> IO anetwork 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
throwSocketErrorWaitWrite :: (Eq a, Num a) => Socket -> String -> IO a -> IO anetwork 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.
connectionWaitForInput :: Connection -> Int -> IO Boolcrypton-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.
bsWaitForInput :: BSStream -> Int -> IO BoolHaskellNet Network.HaskellNet.BSStream Is data available?
bugsnagDeviceFromWaiRequest :: Request -> Maybe Devicebugsnag-wai Network.Bugsnag.Wai Attempt to divine a Device from a request's User Agent
bugsnagRequestFromWaiRequest :: Request -> Requestbugsnag-wai Network.Bugsnag.Wai updateEventFromWaiRequest :: Request -> BeforeNotifybugsnag-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)
updateEventFromWaiRequestUnredacted :: Request -> BeforeNotifybugsnag-wai Network.Bugsnag.Wai No documentation available.
-
http-reverse-proxy Network.HTTP.ReverseProxy No documentation available.