Crate cometd_client
source ·Expand description
This crate aims to make a client for CometD protocol.
This project is in progress and might change a lot from version to version.
Structs
Bearer can be used as AccessToken for bearer authorization (‘authorization: Bearer f0596451-af4d-40f4-a290-b5e8372c110b’).A cometd Client.
A builder to construct
CometdClient.Contains channel name of message received from cometd server.
Enums
Traits
Trait which can be used for implementing custom access token.