Does HT support the PUT and DELETE HTTP verbs?
Yes, of course. hunchentoot:request-method and hunchentoot:request-method* returns a request type.
RESTful define-easy-handler
define-easy-handler ill for REST. I develop RESTAS web framework (based on Hunchentoot) with RESTful in mind. Look http://restas.lisper.ru/en/manual/routes.html. You can easily install RESTAS via quicklisp.
Andrey