pub fn compress( content: impl Into<Vec<u8>>, content_type: ContentEncoding, ) -> Result<Vec<u8>, AppError>