virthttp  0.0
libvirt http interface
Enumerations | Functions | Variables
libdeflate Namespace Reference

Enumerations

enum  Mode { Mode::raw_deflate, Mode::zlib, Mode::gzip }
 

Functions

bool compress (std::string &body, Mode mode) noexcept
 

Variables

constexpr auto compression_level = 11
 

Enumeration Type Documentation

enum libdeflate::Mode
strong
Enumerator
raw_deflate 
zlib 
gzip 

Function Documentation

bool libdeflate::compress ( std::string &  body,
Mode  mode 
)
noexcept

Variable Documentation

constexpr auto libdeflate::compression_level = 11