with_config(config = config(), expr, override = FALSE)with_verbose(expr, ...)
add_headers
,
set_cookies
or authenticate
.TRUE
, ignore existing settings, if FALSE
,
combine new config with old.verbose
config
;
reset_config
, set_config
with_config(verbose(), {
GET("http://had.co.nz")
GET("http://google.com")
})
# Or even easier:
with_verbose(GET("http://google.com"))
Run the code above in your browser using DataLab