* Michael Maul <mike.m...@gmail.com> [091113 22:38]:
> Could someone describe how to access POS and GET parameters from inside
> spiffy?

(uri-query (request-uri (current-request)))) will get you the GET
parameters as alist.  I am not sure about POST. In chicken3 there
used to be a convenience function in spiffy-utils.

Kind regards,

Christian


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to