ManifestModel.mediaTypeOf

string mediaTypeOf(string fullPath) const @safe pure nothrow @nogc

Returns the media type of the entry at the given path.

Parameters

fullPathThe manifest:full-path value to look up.

Returns

The media type string, or string.init if not found.