pub type MimeValidationMap = Arc<DashMap<(Method, String), Vec<&'static str>>>;
Map from (method, path) to allowed content types
pub struct MimeValidationMap { /* private fields */ }