[racket] bindings without request

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Nov 11 19:03:50 EST 2010

Most Web servers communicate to CGI programs through environment
variables and stdin. I believe net/cgi:

http://docs.racket-lang.org/net/cgi.html

can handle parsing the bindings from stdin, but I've never used it so
I can't give you any help.

Jay

On Thu, Nov 11, 2010 at 5:01 PM, scouic <scouic at gmail.com> wrote:
> I'm looking since two hours a feint to circumvent this problem, but I have
> no solution ...
> How can I do to get the parameters from one page to another without bindings
> & cie ?
> thanks for your help,
> -mw
>
> 2010/11/11 Jay McCarthy <jay.mccarthy at gmail.com>
>>
>> The Web Server's request parsing and binding handling cannot be used
>> in CGI apps as far as I know.
>>
>> Jay
>>
>
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.