Skip to contents

Send a request and handle the response. Build the HTTP request, send it to AWS, interpret the response, and throw an error if the response is not ok.

Usage

send_request(request)

Arguments

request

A request, e.g. from new_request.

See also

Examples

if (FALSE) { # \dontrun{
# Send a request and handle the response.
resp <- send_request(req)
} # }