POST, PUT, or DELETE data to a URL using an HTTP request using authentication credentials provided in a client authentication, either via authentication token or certificate. If the user does not have a valid token or certificate, request fails.
auth_put_post_delete(method, url, encode = "multipart", body = NULL, node)
a string indicating which HTTP method to use (post, put, or delete)
The URL to be accessed via authenticated PUT
the type of encoding to use for the PUT body, defaults to 'multipart'
a list of data to be included in the body of the PUT request
The D1Node object that the request will be made to.
the response object from the method