feat(headers): impl Eq for ContentType

This commit is contained in:
Vincent Prouillet
2017-02-21 15:46:36 +09:00
parent 592c1e2125
commit bba761ac54

View File

@@ -98,4 +98,6 @@ impl ContentType {
}
}
impl Eq for ContentType {}
bench_header!(bench, ContentType, { vec![b"application/json; charset=utf-8".to_vec()] });