powered by
set_cookies(..., .cookies = character(0))
cookies()
Other config: add_headers; authenticate; config; timeout; use_proxy; user_agent; verbose
add_headers
authenticate
config
timeout
use_proxy
user_agent
verbose
set_cookies(a = 1, b = 2) set_cookies(.cookies = c(a = "1", b = "2")) GET("http://httpbin.org/cookies") GET("http://httpbin.org/cookies", set_cookies(a = 1, b = 2))
Run the code above in your browser using DataLab