Set a request preprocessor
set_requester(FUN)
FUN
: A function or expression that modifies request
objects. Specifically, a valid input is one of:
request
, and returning a valid request
object..
as the "request" argument, as in the purrr
package.NULL
, to override the default redact_auth()
.Invisibly, FUN
, validated and perhaps modified.
set_redactor()
Useful links