Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-mime-from-string Reference Manual, version 1, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 12:32:34 2020 GMT+0.
• Introduction | What cl-mime-from-string is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
This is a single function library. the one function: mime-type-from-string takes a single string and returns the mime-type based on the extension if there is no extension then it will return the value of default
(cl-mime-from-string:mime-type-from-string "abc.txt") -> "text/plain"
MIT
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The cl-mime-from-string system |
K1D77A
MIT
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
1
cl-mime-from-string.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The cl-mime-from-string.asd file | ||
• The cl-mime-from-string/package.lisp file | ||
• The cl-mime-from-string/cl-mime-from-string.lisp file |
Next: The cl-mime-from-string/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
cl-mime-from-string.asd
cl-mime-from-string (system)
Next: The cl-mime-from-string/cl-mime-from-string․lisp file, Previous: The cl-mime-from-string․asd file, Up: Lisp files [Contents][Index]
cl-mime-from-string (system)
package.lisp
Previous: The cl-mime-from-string/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
cl-mime-from-string (system)
cl-mime-from-string.lisp
mime-type-from-string (function)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The cl-mime-from-string package |
package.lisp (file)
common-lisp
mime-type-from-string (function)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
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
cl-mime-from-string.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal macros | ||
• Internal functions |
Next: Internal functions, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
cl-mime-from-string.lisp (file)
Previous: Internal macros, Up: Internal definitions [Contents][Index]
cl-mime-from-string.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | C F L |
---|
Jump to: | C F L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F M S T |
---|
Jump to: | F M S T |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S |
---|
Jump to: | C P S |
---|