ruma_client_api::media

Function is_safe_inline_content_type

Source
pub fn is_safe_inline_content_type(content_type: &str) -> bool
Available on crate features client or server only.
Expand description

Checks whether a given Content-Type is considered “safe” for having a Content-Disposition of inline returned on /download, as recommended by the spec.