Skip to main content

JWK_JSON

Constant JWK_JSON 

Source
pub const JWK_JSON: Mime;
Expand description

[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");