This is the cl-mime-from-string Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:06:32 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-mime-from-stringA one function library to return a mime-type based on the file extension found at the end of a string. ie abc.txt -> text/plain. The common types implemented are from https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
K1D77A
MIT
1
package.lisp (file).
cl-mime-from-string.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-mime-from-string/cl-mime-from-string.asdcl-mime-from-string/package.lispcl-mime-from-string/cl-mime-from-string.lispcl-mime-from-string/cl-mime-from-string.asdcl-mime-from-string (system).
cl-mime-from-string/package.lispcl-mime-from-string (system).
cl-mime-from-string/cl-mime-from-string.lisppackage.lisp (file).
cl-mime-from-string (system).
mime-type-from-string (function).
string-case (macro).
to-cond-form-string= (function).
Packages are listed by definition order.
cl-mime-from-stringcommon-lisp.
mime-type-from-string (function).
string-case (macro).
to-cond-form-string= (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
takes in a string like ’abc.txt’ and returns its associated mime-type from https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types. If there is no extension, or one that is unknown then the value of default is returned
| Jump to: | F M S T |
|---|
| Jump to: | F M S T |
|---|
| Jump to: | C F P S |
|---|
| Jump to: | C F P S |
|---|