We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592c1e2 commit bba761aCopy full SHA for bba761a
src/header/common/content_type.rs
@@ -98,4 +98,6 @@ impl ContentType {
98
}
99
100
101
+impl Eq for ContentType {}
102
+
103
bench_header!(bench, ContentType, { vec![b"application/json; charset=utf-8".to_vec()] });
0 commit comments