Library
Class

RESTClient

Name

POST

Description Performs a POST request, sending the specified parameters as data in the same way a web browser submits a form.
Syntax
client.POST(path, params)
client.POST(path, params, files)
Parameters
client RESTClient: any variable of type RESTClient
path String: an absolute path to a file or script on the server
params HashMap: a collection of key/value parameters to send to the server
files HashMap: a collection of key/file pairs to send to the server
Returns HttpRequest
Usage Application
Updated on Sun Sep 03 21:52:12 PDT 2017

Creative Commons License