package magic-mime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Convert file extensions to MIME types

val lookup : string -> string

lookup filename will return a MIME type for the full filename supplied by examining its extension and look it up by using Mime_types.map_extension or Mime_Types.map_file if there is no file extension present.