Thomas McGrath III wrote:
I was playing around with TileStack again and noticed in these two separate stacks a "request" command and a "post" command. I was wondering what the equivalent would be for revLets?

It should be the same as always, though I haven't tested it from a revlet:

(for requests):
get url "http://whatever.com/"&; fld "whatever"
put it

(for posts):
post "myData" to url "http://whatever.com/";
put it -- the server response

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to