RHTTP_PATCH Function

Sends HTTP PATCH request and returns an error which will be an empty string if there is no error.

Syntax

RHTTP_PATCH(request, path, iQuery, data)

Syntax Elements

request

Empty string, or a valid http_request.

path

Path to data on server (for example, /index.html).

iQuery

Optional string which maybe empty.

data

Any valid data for the path (Either AM or NL delimited).

See RHTTP_GET for the uses of request and path.