Hi

On Sat, 14 Nov 2009 13:01:59 +0100 Christian Kellermann <[email protected]> 
wrote:

> * Michael Maul <[email protected]> [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.

Beware that you should use uri-common's `uri-query' (not uri-generic's),
since intarweb's `request-uri' returns an uri-common object.

Best wishes.
Mario


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to