This is the cl-mime-from-string Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 04:13:35 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-mime-from-string
A 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.asd
cl-mime-from-string/package.lisp
cl-mime-from-string/cl-mime-from-string.lisp
cl-mime-from-string/cl-mime-from-string.asd
cl-mime-from-string
(system).
cl-mime-from-string/package.lisp
cl-mime-from-string
(system).
cl-mime-from-string/cl-mime-from-string.lisp
package.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-string
common-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 |
---|