Modules§
Structs§
- Session
- Session structure which allows clients making requests to a server.
- Transport
Tcp - CDRS TCP transport.
- Transport
Tls - CDRS TLS transport.
Enums§
- Compression
- Enum which represents a type of compression. Only non-startup frame’s body can be compressed.
Traits§
- CDRS
Transport - Generic transport trait which is implemented by transports provided by CDRS.
- Compressor
- Compressor trait that defines functionality which should be provided by typical compressor.