ws.async » patch(url,body,output)
Description
This command is similar to its
ws
counterpart, except for the asynchronous HTTP invocation and response handling.
This command is used to send a HTTP PATCH request to the given endpoint url with the given request payload. 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
- body - the request payload, or
(empty)
if none needed - output - the file to save the request and response information