powered by
Set (and reset) global httr configuration.
set_config(config, override = FALSE)reset_config()
reset_config()
invisibility, the old global config.
Settings as generated by add_headers(), set_cookies() or authenticate().
add_headers()
set_cookies()
authenticate()
if TRUE, ignore existing settings, if FALSE, combine new config with old.
TRUE
FALSE
Other ways to set configuration: config(), with_config()
config()
with_config()
GET("http://google.com") set_config(verbose()) GET("http://google.com") reset_config() GET("http://google.com")
Run the code above in your browser using DataLab