[racket] bindings without request

From: scouic (scouic at gmail.com)
Date: Thu Nov 11 17:03:48 EST 2010

Hi all,
I've misunderstood the bindings from the webserver.

I have a cgi program wich displays a webpage with an input field named
number at 127.0.0.1/cgi-bin/input and wich calls (via a form)
/cgi-bin/extract-input.

For example, after sending, the url could be
127.0.0.1/cgi-bin/extract-input?number=42

How can i extract in my cgi program extract-input the number 42 ?

(This works perfectly when i launch a local program with a (start request)
and when i use (extract-bindings request) or (cdr (assq 'number request)) ..
but here, there is no request ... )

Thanks alot,
-mw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101111/3b54ed87/attachment.html>

Posted on the users mailing list.