On this page:
read-mime-types
make-path->mime-type

5.5 MIME Types

This module provides function for dealing with "mime.types" files.

Reads the "mime.types" file from p and constructs a hash table mapping extensions to MIME types.

(make-path->mime-type p)  (path? . -> . bytes?)
  p : path-string?
Uses a read-mime-types with p and constructs a function from paths to their MIME type.