Nexial Automation

Test Automation Platform for everyone!

X

ws.async » put(url,body,output)

Description

This command is similar to its ws counterpart, except for the asynchronous HTTP invocation and response handling.

This command sends a HTTP PUT request to the given url with the given request body. The response will be saved to output. To learn about how to manipulate the response returned from the target URL, visit HTTP Response.

Parameters

See Also