The name of MIME type.
auto mimeType = new MimeType("text/plain"); assert(mimeType.name == "text/plain"); mimeType.name = "text/xml"; assert(mimeType.name == "text/xml");
See Implementation
The name of MIME type.