powered by
Extract the headers from a response
headers(x)
A request object
add_headers() to send additional headers in a request
add_headers()
if (FALSE) { r <- GET("http://httpbin.org/get") headers(r) }
Run the code above in your browser using DataLab