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.

  1. setOnNewRequest :: NewRequestHook hookState -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

  2. type NewRequestHook hookState = PerSessionData -> IO hookState

    snap-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.

  3. _onNewRequest :: ServerConfig hookState -> !NewRequestHook hookState

    snap-server Snap.Internal.Http.Server.Types

    No documentation available.

  4. BndrReq :: BndrVis

    th-desugar Language.Haskell.TH.Desugar

    a
    

  5. data DTySynEqn

    th-desugar Language.Haskell.TH.Desugar

    Corresponds to TH's TySynEqn type (to store type family equations).

  6. DTySynEqn :: Maybe [DTyVarBndrUnit] -> DType -> DType -> DTySynEqn

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

  7. histRequest :: SessionHistory -> Request

    webdriver Test.WebDriver

    No documentation available.

  8. ieRequireWindowFocus :: Browser -> Bool

    webdriver 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.

  9. wdRequestHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver

    Custom request headers to add to every HTTP request.

  10. withRequestHeaders :: WDSessionStateControl m => RequestHeaders -> m a -> m a

    webdriver 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.

Page 362 of many | Previous | Next