handle_response {webdav} | R Documentation |
Handle HTTP response from Server
Description
This function processes the response from the WebDAV server, checking for errors.
Usage
handle_response(response)
Arguments
response |
The response object from an 'httr2' request. |
Value
The processed response content if successful, or an error if the request failed.
[Package webdav version 0.1.3 Index]