pub fn with_compression_codec<T>(
codec: WireCompression,
f: impl FnOnce() -> T,
) -> TExpand description
Compress encoded bodies with codec (kept only if smaller) for the duration of
f. Scoped so it never leaks.
pub fn with_compression_codec<T>(
codec: WireCompression,
f: impl FnOnce() -> T,
) -> TCompress encoded bodies with codec (kept only if smaller) for the duration of
f. Scoped so it never leaks.