| set_config {httr} | R Documentation | 
Set (and reset) global httr configuration.
Description
Set (and reset) global httr configuration.
Usage
set_config(config, override = FALSE)
reset_config()
Arguments
| config | Settings as generated by  | 
| override | if  | 
Value
invisibility, the old global config.
See Also
Other ways to set configuration: 
config(),
with_config()
Examples
GET("http://google.com")
set_config(verbose())
GET("http://google.com")
reset_config()
GET("http://google.com")
[Package httr version 1.4.7 Index]