Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-mimeparse Reference Manual, version 0.0.1, generated automatically by Declt version 3.0 "Montgomery Scott" on Sun May 15 03:58:26 2022 GMT+0.
• Introduction | What cl-mimeparse 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 |
Library for parsing MIME types, in the spirit of http://code.google.com/p/mimeparse/, with a Common Lisp flavor.
MIT
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The cl-mimeparse system |
Nathan Froyd <froydnj@gmail.com>
MIT
Library for parsing MIME types, in the spirit of http://code.google.com/p/mimeparse/, with a Common Lisp flavor.
0.0.1
cl-mimeparse.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The cl-mimeparse.asd file | ||
• The cl-mimeparse/package.lisp file | ||
• The cl-mimeparse/mimeparse.lisp file |
Next: The cl-mimeparse/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
cl-mimeparse.asd
cl-mimeparse (system)
Next: The cl-mimeparse/mimeparse․lisp file, Previous: The cl-mimeparse․asd file, Up: Lisp files [Contents][Index]
cl-mimeparse (system)
package.lisp
Previous: The cl-mimeparse/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
cl-mimeparse (system)
mimeparse.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The mimeparse package |
package.lisp (file)
common-lisp
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 | ||
• Exported generic functions | ||
• Exported classes |
Next: Exported generic functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Return the best match for all media-ranges in HEADER. SUPPORTED is a list of supported MIME types. The value of HEADER must be a string that conforms to the format of the HTTP Accept: header.
mimeparse.lisp (file)
Parses MEDIA-RANGE-STRING and returns a media-range object. The returned media-range always has a value for the ‘q’ parameter; a proper default is suppplied if one is not provided in MEDIA-RANGE-STRING.
mimeparse.lisp (file)
Next: Exported classes, Previous: Exported functions, Up: Exported definitions [Contents][Index]
Returns the quality ‘q’ of MIME-TYPE when compared
against the media-ranges in RANGES. RANGES can be either a list or a
string. If RANGES is a list, it should be a list of media-ranges as
returned by PARSE-MEDIA-RANGE. If RANGES is a string, it should be a
string that conforms to the format of the HTTP Accept: header.
mimeparse.lisp (file)
Previous: Exported generic functions, Up: Exported definitions [Contents][Index]
mimeparse.lisp (file)
standard-object (class)
:type
media-type (generic function)
:subtype
media-subtype (generic function)
:params
media-params (generic function)
(setf media-params) (generic function)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions | ||
• Internal generic functions |
Next: Internal generic functions, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
Find the best match for MIME-TYPE against PARSED-RANGES, which is a list of media-ranges that have already been parsed as if by PARSE-MEDIA-RANGE. Returns two values: the fitness value and the value of the ‘q’ quality parameter of the best match. -1 and 0 are returned if no match was found.
mimeparse.lisp (file)
mimeparse.lisp (file)
mimeparse.lisp (file)
mimeparse.lisp (file)
Previous: Internal functions, Up: Internal definitions [Contents][Index]
automatically generated reader method
mimeparse.lisp (file)
automatically generated writer method
mimeparse.lisp (file)
automatically generated reader method
mimeparse.lisp (file)
automatically generated reader method
mimeparse.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: | (
B F G M P Q S |
---|
Jump to: | (
B F G M P Q S |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | P S T |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
params : | Exported classes | ||
| |||
S | |||
Slot, params : | Exported classes | ||
Slot, subtype : | Exported classes | ||
Slot, type : | Exported classes | ||
subtype : | Exported classes | ||
| |||
T | |||
type : | Exported classes | ||
|
Jump to: | P S T |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C M P S |
---|
Jump to: | C M P S |
---|