[REBOL] Extending Webserver.r
From: rex:smallandmighty at: 12-Aug-2000 19:49
I'm trying to extend the Webserver.r script to handle POSTed data,
but I'm getting very confused as to what can and can't be done with ports.
How should the loop to fetch the POSTed data be constructed, i.e.
which commands should I be using to gather the data and what things
should I be testing to see when I've gathered all of the data sent by a
browser?
Is this sort of stuff covered in the Official Guide to Rebol?
:Eric
(Just a hapless graphics geek trying to learn a little networking)