Handbook
Glossary
mime-types ( -- assoc )
Vocabulary
mime
.
types
Inputs
None
Outputs
assoc
an
assoc
Word description
Outputs an
assoc
made from the data in the
mime-db
word where the keys are file extensions and the values are the corresponding MIME types.
Definition
USING:
assocs
kernel
make
sequences
;
IN:
mime.types
IDENTITY-MEMO:
mime-types
( -- assoc )
[
mime-db
[
unclip
[
]
curry
[
dip
,,
]
curry
each
]
each
]
H{
}
make
nonstandard-mime-types
assoc-union
removed-mime-types
assoc-union
;