Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setOnNewRequest :: NewRequestHook hookState -> ServerConfig hookState -> ServerConfig hookStatesnap-server Snap.Http.Server.Types No documentation available.
type
NewRequestHook hookState = PerSessionData -> IO hookStatesnap-server Snap.Internal.Http.Server.Types The NewRequestHook is called once processing for an HTTP request begins, i.e. after the connection has been accepted and we know that there's data available to read from the socket. The IORef passed to the hook initially contains a bottom value that will throw an exception if evaluated.
_onNewRequest :: ServerConfig hookState -> !NewRequestHook hookStatesnap-server Snap.Internal.Http.Server.Types No documentation available.
-
th-desugar Language.Haskell.TH.Desugar a
-
th-desugar Language.Haskell.TH.Desugar Corresponds to TH's TySynEqn type (to store type family equations).
DTySynEqn :: Maybe [DTyVarBndrUnit] -> DType -> DType -> DTySynEqnth-desugar Language.Haskell.TH.Desugar No documentation available.
histRequest :: SessionHistory -> Requestwebdriver Test.WebDriver No documentation available.
ieRequireWindowFocus :: Browser -> Boolwebdriver Test.WebDriver Determines whether to require that the IE window have focus before performing any user interaction operations (mouse or keyboard events). This capability is false by default, but delivers much more accurate native events interactions.
wdRequestHeaders :: WDConfig -> RequestHeaderswebdriver Test.WebDriver Custom request headers to add to every HTTP request.
withRequestHeaders :: WDSessionStateControl m => RequestHeaders -> m a -> m awebdriver Test.WebDriver Set a temporary list of custom RequestHeaders to use within the given action. All previous custom headers are temporarily removed, and then restored at the end.