doPatch
Executes an HTTP request using PATCH method.
Note - this method is not supported under Java 17.
Format 1
Format 2
void doPatch( strUrl, params ) |
Syntax rules
1. strUrl is the URL to invoke.
General rules
1. In Format 1, if you need to pass HTTP parameters, you can use the setParameters() method.