ws.async » get(url,queryString,output)
Description
This command is similar to its
ws
counterpart, except for the asynchronous HTTP invocation and response handling.
This command sends a GET request to the specified url
. The response will be saved to output
. To learn about how to
manipulate the response returned from the target URL, visit HTTP Response.
Parameters
- url - the target URL
- queryString - query string for the specified URL. Use
(empty)
to indicate no query string to send - output - the file to save the request and response information