safe_GET: Safe GET Operation

View source: R/web_handler.R

safe_GETR Documentation

Safe GET Operation

Description

Perform several attempts of an HTTP GET operation.

Usage

safe_GET(url, timeout = 1, num_attempts = 5)

Arguments

url

GET request url.

timeout

Time (seconds) to wait in each attempt.

num_attempts

Maximum number of attempts to be made.

Value

Response instance containing possible error message and the http response content.


joaohmorais/rtabnetsp documentation built on July 16, 2024, 12:39 p.m.