Portability | so-so |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Web.PubSub.Types
Description
Basic types and defs behind the PubSubHub protocol.
- data HubLink = HubLink {}
- data Subscribe = Subscribe {}
- data VerifyMode = VerifySync Bool
- type VerifyToken = String
Documentation
Subscribe
represents both subscribe and subscribe requests.
Constructors
Subscribe | |
Fields
|
data VerifyMode Source
Constructors
VerifySync Bool |
type VerifyToken = StringSource