| .retry_request | R Documentation |
Internal helper used by request_with_proxy() and other wrappers that
previously called httr::RETRY(). Wraps httr2 request building, header /
query injection, timeout, and retry policy in a single call.
.retry_request(
url,
params = list(),
headers = NULL,
timeout = 60,
proxy = NULL
)
url |
Base request URL. |
params |
Optional named list of query parameters. |
headers |
Optional named character vector of HTTP headers. |
timeout |
Request timeout in seconds. |
An httr2_response object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.