pub const EXT_STATS_RECORD: &str = "stats_record";Expand description
Key for the [StatsRecord] written by the compress middleware.
The value type is StatsRecord (to be defined by the compress crate).
Contains pre_compress_tokens, post_compress_tokens, and compression_tokens_saved.