Neokernel API

WebServer.loadMimeTypes Method

Loads a MIME mapping (file extension = MIME type) from the given file. The WebServer will use this mapping to resolve mime types.

public static void loadMimeTypes(
   string filename
);

See Also

WebServer Class | com.neokernel.httpd Namespace