last_response | R Documentation |
These functions retrieve the most recent request made by httr2 and
the response it received, to facilitate debugging problems after they
occur. If the request did not succeed (or no requests have been made)
last_response()
will be NULL
.
last_response()
last_request()
An HTTP response/request.
invisible(request("http://httr2.r-lib.org") |> req_perform())
last_request()
last_response()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.