handle("http://google.com")
handle("https://google.com")
h <- handle("http://google.com")
GET(handle = h)
# Should see cookies sent back to server
GET(handle = h, config = verbose())
h <- handle("http://google.com", cookies = FALSE)
GET(handle = h)$cookies
Run the code above in your browser using DataLab