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.
1 parent 9d2a6f9 commit 0ca4041Copy full SHA for 0ca4041
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