Hi,
Here is a patch against the stable release of hunchentoot 1.1.0. This patch will allow the API users to set the content type via keywords, for example:
(setf (content-type*) :pdf) or :jpeg, :svg, :css
plus the normal usage
(setf (content-type*) "application/pdf")
regards,
Ala'a (cmo-0)