[hunchentoot-devel] PUT parameters missing?
Edi Weitz
edi at agharta.de
Sun Jun 17 19:36:28 UTC 2007
On Sun, 17 Jun 2007 19:44:17 +0200, Ralf Mattes <rm at seid-online.de> wrote:
> Well - you need to implement a handler for the PUT method. Inside
> this handler you must read the content from the stream - have a look
> at 'raw-post-data' in 'hunchenoot/request.lisp', esp. the last
> sentence of the documentation:
>
> "... Note that this function is slightly misnamed because a client
> can send content even if the request method is not POST."
What Ralf said. Note specifically that RAW-POST-DATA is exported and
that there's a keyword argument WANT-STREAM. (It is mentioned in the
doc string, but I just noticed it's not show in the function's
signature in the HTML documentation. This'll be fixed.)
More information about the Tbnl-devel
mailing list