mime.store

MIME type store interface. Implementers should be capable of returning requested MIME types if they exist.

Public Imports

std.range
public import std.range : InputRange;
std.typecons
public import std.typecons : Rebindable, rebindable;
mime.type
public import mime.type;

Members

Interfaces

IMimeStore
interface IMimeStore

Interface for classes that store mime.type.MimeType objects.

Meta