safe_POST: Safe POST Operation

View source: R/web_handler.R

safe_POSTR Documentation

Safe POST Operation

Description

Perform several attempts of an HTTP POST operation.

Usage

safe_POST(url, body, encode = "raw", timeout = 4, num_attempts = 5)

Arguments

url

POST 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.