5.5 MIME Types
This module provides function for dealing with "mime.types"
files.
(read-mime-types p) → (hash/c symbol? bytes?) |
p : path-string? |
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.