Skip to main content

Module protocol

Module protocol 

Source
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§

AuthRequest
An authentication request to be sent to the live gateway.
AuthResponse
An authentication response from the live gateway.
Challenge
A challenge request from the live gateway.
Protocol
The core live API protocol.
SessionOptions
Optional configuration options for live sessions sent on authentication requests.
StartRequest
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§

RawApiMsg
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.