Available on crate feature
web-socket only.Expand description
Structs§
- Deflate
Config - Configurations for the
permessage-deflateextension from the IETF RFC 7692 - Flate2
flate2 - Initial Flate2 compression
- Negotiated
Flate2 flate2 - Negotiated Flate2 compression
Enums§
- Compression
Level - A scale from 0 to 9 where 0 means “no compression” and 9 means “take as long as you’d like”.
- Window
Bits - LZ77 sliding window size for the
permessage-deflateextension from the IETF RFC 7692.
Traits§
- Compression
- Initial compression parameters defined before a handshake.
- Negotiated
Compression - Final compression parameters defined after a handshake.