增加manifest的MimeType

This commit is contained in:
Redkale
2017-11-28 20:03:29 +08:00
parent 99dc7ac189
commit 71e0b60200

View File

@@ -76,6 +76,7 @@ public class MimeType {
contentTypes.put("m3u", "audio/x-mpegurl");
contentTypes.put("mac", "image/x-macpaint");
contentTypes.put("man", "application/x-troff-man");
contentTypes.put("manifest", "text/cache-manifest");
contentTypes.put("mathml", "application/mathml+xml");
contentTypes.put("me", "application/x-troff-me");
contentTypes.put("mid", "audio/x-midi");