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. afterServerRequestRead :: (IsServer a, MonadIO m) => a -> ((?self :: a) => ServerRequestReadCallback) -> m SignalHandlerId

    gi-soup3 GI.Soup.Objects.Server

    Connect a signal handler for the requestRead signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after server #requestRead callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  2. onServerRequestRead :: (IsServer a, MonadIO m) => a -> ((?self :: a) => ServerRequestReadCallback) -> m SignalHandlerId

    gi-soup3 GI.Soup.Objects.Server

    Connect a signal handler for the requestRead signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on server #requestRead callback
    

  3. sessionSendAndRead :: (HasCallStack, MonadIO m, IsSession a, IsMessage b, IsCancellable c) => a -> b -> Maybe c -> m Bytes

    gi-soup3 GI.Soup.Objects.Session

    Synchronously sends msg and reads the response body. On success, a Bytes will be returned with the response body. This function should only be used when the resource to be retrieved is not too long and can be stored in memory. See [methodsession.send] for more details on the general semantics.

  4. sessionSendAndReadAsync :: (HasCallStack, MonadIO m, IsSession a, IsMessage b, IsCancellable c) => a -> b -> Int32 -> Maybe c -> Maybe AsyncReadyCallback -> m ()

    gi-soup3 GI.Soup.Objects.Session

    Asynchronously sends msg and reads the response body. When callback is called, then either msg has been sent, and its response body read, or else an error has occurred. This function should only be used when the resource to be retrieved is not too long and can be stored in memory. Call [methodsession.send_and_read_finish] to get a Bytes with the response body. See [methodsession.send] for more details on the general semantics.

  5. sessionSendAndReadFinish :: (HasCallStack, MonadIO m, IsSession a, IsAsyncResult b) => a -> b -> m Bytes

    gi-soup3 GI.Soup.Objects.Session

    Gets the response to a [methodsession.send_and_read_async]. If successful, returns a Bytes with the response body.

  6. markAllNotificationsAsReadR :: GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub

    Mark as read. See https://developer.github.com/v3/activity/notifications/#mark-as-read

  7. markNotificationAsReadR :: Id Notification -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub

    Mark a thread as read. See https://developer.github.com/v3/activity/notifications/#mark-a-thread-as-read

  8. notificationLastReadAt :: Notification -> !Maybe UTCTime

    github GitHub.Data.Activities

    No documentation available.

  9. notificationUnread :: Notification -> !Bool

    github GitHub.Data.Activities

    No documentation available.

  10. newRepoDeployKeyReadOnly :: NewRepoDeployKey -> !Bool

    github GitHub.Data.DeployKeys

    No documentation available.

Page 760 of many | Previous | Next