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

9.6 MIME Types

 (require web-server/private/mime-types)

"private/mime-types.ss" provides function for dealing with "mime.types" files.

(read-mime-types p)  (hash-table/c symbol? bytes?)

  p : path?

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?

Uses a read-mime-types with p and constructs a function from paths to their MIME type.