Available on crate feature
network-client only.Expand description
HTTP transport trait and implementations.
Structs§
- Http
Client - Client that can synchronize with a server over HTTP(S).
- Listen
Options listen - Options used when listening for change notifications.
- Network
Retry Non-WebAssembly - Network retry state and logic for exponential backoff.
- WebSocket
Handle listen - Handle to a websocket listener.
- WebSocket
Request listenorpairing - Build a websocket connection request.
Functions§
- changes
listen - Read change messages from a websocket stream, and decode to change notifications that can be processed.
- connect
listen - Create the websocket connection and listen for events.
- set_
user_ agent - Set user agent for requests.