WebServer.postTo(url,args)
Posts data to a web server.
Arguments:
Name
Type
Description
Mode
url
String
web server url.
in
args
Any[Any]
arguments to post (optional)
in
Parent topic:
Fuego.Net : WebServer