
Last chance! 50% off unlimited learning
Sale ends in
Set cookies.
set_cookies(..., .cookies = character(0))
a named cookie values
a named character vector
cookies()
to see cookies in response.
Other config: add_headers
,
authenticate
, config
,
timeout
, use_proxy
,
user_agent
, verbose
# NOT RUN {
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