Handbook
Glossary
mime-type ( filename -- mime-type )
MIME types
Vocabulary
mime
.
types
Inputs
filename
a filename
Outputs
mime-type
a MIME type string
Word description
Outputs the MIME type associated with a path by parsing the path's file extension and looking it up in the table returned by
mime-types
.
Definition
USING:
assocs
io.pathnames
kernel
;
IN:
mime.types
:
mime-type
( filename -- mime-type )
file-extension
mime-types
at
"application/octet-stream"
or
;