handle_response {webdav} | R Documentation |
This function processes the response from the WebDAV server, checking for errors.
handle_response(response)
response |
The response object from an 'httr2' request. |
The processed response content if successful, or an error if the request failed.