VERB_n: Generic implementation of HTTP methods with retries and...

View source: R/utils-httr.R

VERB_nR Documentation

Generic implementation of HTTP methods with retries and authentication

Description

Generic implementation of HTTP methods with retries and authentication

Usage

VERB_n(verb)

Arguments

verb

string; The name of HTTP verb to execute

Value

The last response. Note that if the request doesn't succeed after times then the request will fail and return the response.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer documentation built on March 18, 2022, 6:26 p.m.