Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. cookieJarSetCookieWithFirstParty :: (HasCallStack, MonadIO m, IsCookieJar a) => a -> Uri -> Uri -> Text -> m ()

    gi-soup3 GI.Soup.Objects.CookieJar

    Adds cookie to jar, exactly as though it had appeared in a Set-Cookie header returned from a request to uri. firstParty will be used to reject cookies coming from third party resources in case such a security policy is set in the jar.

  2. constructMessageFirstParty :: (IsMessage o, MonadIO m) => Uri -> m (GValueConstruct o)

    gi-soup3 GI.Soup.Objects.Message

    Construct a GValueConstruct with valid value for the “first-party” property. This is rarely needed directly, but it is used by new.

  3. getMessageFirstParty :: (MonadIO m, IsMessage o) => o -> m Uri

    gi-soup3 GI.Soup.Objects.Message

    Get the value of the “first-party” property. When overloading is enabled, this is equivalent to

    get message #firstParty
    

  4. messageGetFirstParty :: (HasCallStack, MonadIO m, IsMessage a) => a -> m Uri

    gi-soup3 GI.Soup.Objects.Message

    Gets msg's first-party Uri.

  5. messageSetFirstParty :: (HasCallStack, MonadIO m, IsMessage a) => a -> Uri -> m ()

    gi-soup3 GI.Soup.Objects.Message

    Sets firstParty as the main document Uri for msg. For details of when and how this is used refer to the documentation for [enumcookieJarAcceptPolicy].

  6. setMessageFirstParty :: (MonadIO m, IsMessage o) => o -> Uri -> m ()

    gi-soup3 GI.Soup.Objects.Message

    Set the value of the “first-party” property. When overloading is enabled, this is equivalent to

    set message [ #firstParty := value ]
    

  7. pageLinksFirst :: PageLinks -> Maybe URI

    github GitHub.Data.Request

    No documentation available.

  8. pageFirst :: PageLinks -> Maybe Text

    github-rest GitHub.REST.PageLinks

    No documentation available.

  9. merge_request_first_contribution :: MergeRequest -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  10. merge_request_first_deployed_to_production_at :: MergeRequest -> Maybe UTCTime

    gitlab-haskell GitLab.Types

    No documentation available.

Page 95 of many | Previous | Next