Last chance! 50% off unlimited learning
Sale ends in
set_cookies(..., .cookies = character(0))
cookies()
to see cookies in response.Other config: 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