mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
Add test to check content type image/*
This commit is contained in:
parent
99bccb74ac
commit
68adcf657a
@ -53,6 +53,11 @@ crate::http::header::common_header! {
|
|||||||
test1,
|
test1,
|
||||||
vec![b"text/html"],
|
vec![b"text/html"],
|
||||||
Some(HeaderField(mime::TEXT_HTML)));
|
Some(HeaderField(mime::TEXT_HTML)));
|
||||||
|
crate::http::header::common_header_test!(
|
||||||
|
test2,
|
||||||
|
vec![b"image/*"],
|
||||||
|
Some(HeaderField(mime::IMAGE_STAR)));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user