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.
-
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. -
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
-
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.
-
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.
-
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.
markAllNotificationsAsReadR :: GenRequest ('MtUnit :: MediaType Type) 'RW ()github GitHub Mark as read. See https://developer.github.com/v3/activity/notifications/#mark-as-read
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
notificationLastReadAt :: Notification -> !Maybe UTCTimegithub GitHub.Data.Activities No documentation available.
notificationUnread :: Notification -> !Boolgithub GitHub.Data.Activities No documentation available.
newRepoDeployKeyReadOnly :: NewRepoDeployKey -> !Boolgithub GitHub.Data.DeployKeys No documentation available.