pub fn content_type_is_a(type_: &str, supertype: &str) -> bool
Determines if type_ is a subset of supertype.
type_
supertype
a content type string
true if type_ is a kind of supertype, false otherwise.
true
false