The Same patch but with #'string-downcase removed, since the hashtable used #'equalp (thanks Zach).
On 3/22/10, Ala'a (cmo-0) amalawi@gmail.com wrote:
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)