pub const JWK_JSON: Mime;
[RFC7517]
let media = mime2::application::JWK_JSON; assert_eq!(media.ttype, "application"); assert_eq!(media.subtype, "jwk+json"); assert_eq!(media.to_string(), "application/jwk+json");