[hunchentoot-devel] HTTP PUT and DELETE

Hi-- does Hunchentoot support these, and if not, would it take much effort to implement them? Anyone else interested? regards TiarnĂ¡n

On Fri, May 11, 2007 at 03:46:02PM +0100, Tiarnan O'Corrain wrote:
Hi--
does Hunchentoot support these, and if not, would it take much effort to implement them? Anyone else interested?
You can do pretty much whatever you want by looking at hunchentoot:request-method and (for PUT) hunchentoot:raw-post-data. Zach

On Fri, 11 May 2007 15:46:02 +0100, "Tiarnan O'Corrain" <ocorrain@gmail.com> wrote:
does Hunchentoot support these, and if not, would it take much effort to implement them?
You can look at how CL-WEBDAV does it: http://weitz.de/cl-webdav/ There's no special support from Hunchentoot necessary.
Anyone else interested?
What do you want to use it for?
participants (3)
-
Edi Weitz
-
Tiarnan O'Corrain
-
Zach Beane