Available on crate feature
live only.Expand description
Lower-level live interfaces exposed for those who want more customization or control.
As these are not part of the primary live API, they are less documented and subject to change without warning.
Structs§
- Auth
Request - An authentication request to be sent to the live gateway.
- Auth
Response - An authentication response from the live gateway.
- Challenge
- A challenge request from the live gateway.
- Protocol
- The core live API protocol.
- Session
Options - Optional configuration options for live sessions sent on authentication requests.
- Start
Request - A request to begin the session to be sent to the live gateway.
- SubRequest
- A subscription request to be sent to the live gateway.
Traits§
- RawApi
Msg - A raw API message to be sent to the live gateway.
Functions§
- determine_
gateway - Returns the host and port for the live gateway for the given dataset.