Skip to main contentCrate cdrs_async
Source - authenticators
- query
- Session
- Session structure which allows clients making requests to a server.
- TransportTcp
- CDRS TCP transport.
- TransportTls
- CDRS TLS transport.
- Compression
- Enum which represents a type of compression. Only non-startup frame’s body can be compressed.
- CDRSTransport
- Generic transport trait which is implemented by transports provided by CDRS.
- Compressor
- Compressor trait that defines functionality
which should be provided by typical compressor.