Merge pull request #1072 from Keats/master

feat(headers): impl Eq for ContentType
This commit is contained in:
Sean McArthur
2017-02-21 10:06:16 -08:00
committed by GitHub

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()] });