We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d2a6f9 + 0ca4041 commit b7853adCopy full SHA for b7853ad
src/lib.rs
@@ -27,7 +27,7 @@ const BROTLI_ENCODING: &str = "br";
27
const PATH_INFO_HEADER: &str = "spin-path-info";
28
29
/// Common Content Encodings
30
-#[derive(PartialEq, Debug)]
+#[derive(PartialEq, Eq, Debug)]
31
pub enum ContentEncoding {
32
Brotli,
33
//Deflate, // Could use flate2 for this
0 commit comments