Extract the headers from a response
Extract the headers from a response
headers(x)
x |
A request object |
add_headers()
to send additional headers in a
request
r <- GET("http://httpbin.org/get") headers(r)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.