pub const HEADER_COMPRESS: &str = "x-libfw-compress";Expand description
HTTP header advertising the compression algorithm on a body stream.
Value is a CompressionFormat
name (e.g. zrip). Mirrored by Content-Encoding when applicable.
pub const HEADER_COMPRESS: &str = "x-libfw-compress";HTTP header advertising the compression algorithm on a body stream.
Value is a CompressionFormat
name (e.g. zrip). Mirrored by Content-Encoding when applicable.