[hunchentoot-devel] multiple POST/GET values
    Zach Beane 
    xach at xach.com
       
    Mon Jul 21 19:10:42 UTC 2008
    
    
  
On Mon, Jul 21, 2008 at 03:04:14PM -0400, Zach Beane wrote:
>   (defun post-parameters (name)
>     (let ((alist (tbnl:post-parameters)))
>       (loop for ((key . value)) on alist
>             when (string= key name) collect value)))
Oops. I wrote and tested this function in a package that doesn't :use
the hunchentoot package. A better name might be POST-PARAMETER-LIST or
something.
Zach
    
    
More information about the Tbnl-devel
mailing list