Extract the headers from a response
See also
add_headers()
to send additional headers in a
request
Examples
if (FALSE) {
r <- GET("http://httpbin.org/get")
headers(r)
}
Extract the headers from a response
add_headers()
to send additional headers in a
request
if (FALSE) {
r <- GET("http://httpbin.org/get")
headers(r)
}