Skip to main content

with_compression_codec

Function with_compression_codec 

Source
pub fn with_compression_codec<T>(
    codec: WireCompression,
    f: impl FnOnce() -> T,
) -> T
Expand description

Compress encoded bodies with codec (kept only if smaller) for the duration of f. Scoped so it never leaks.