Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. dsTypeFamilyHead :: DsMonad q => TypeFamilyHead -> q DTypeFamilyHead

    th-desugar Language.Haskell.TH.Desugar

    Desugar a TypeFamilyHead

  2. wdAuthHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver

    Custom request headers to add *only* to session creation requests. This is usually done when a WebDriver server requires HTTP auth.

  3. wdRequestHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver

    Custom request headers to add to every HTTP request.

  4. withAuthHeaders :: WDSessionStateControl m => m a -> m a

    webdriver Test.WebDriver

    Makes all webdriver HTTP requests in the given action use the session's auth headers, typically configured by setting the wdAuthHeaders config. This is useful if you want to temporarily use the same auth headers you used for session creation with other HTTP requests.

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

  6. wdAuthHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver.Config

    Custom request headers to add *only* to session creation requests. This is usually done when a WebDriver server requires HTTP auth.

  7. wdRequestHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver.Config

    Custom request headers to add to every HTTP request.

  8. wdSessAuthHeaders :: WDSession -> RequestHeaders

    webdriver Test.WebDriver.Session

    Custom request headers to add *only* to session creation requests. This is usually done when a WebDriver server requires HTTP auth.

  9. wdSessRequestHeaders :: WDSession -> RequestHeaders

    webdriver Test.WebDriver.Session

    Custom request headers to add to every HTTP request.

  10. withAuthHeaders :: WDSessionStateControl m => m a -> m a

    webdriver Test.WebDriver.Session

    Makes all webdriver HTTP requests in the given action use the session's auth headers, typically configured by setting the wdAuthHeaders config. This is useful if you want to temporarily use the same auth headers you used for session creation with other HTTP requests.

Page 201 of many | Previous | Next