response: The response object.
Description
The response object captures all information from a request. It includes
fields:Details
url
the url the request was actually sent to
(after redirects)handle
the handle associated with the urlstatus_code
the http status codeheader
a named list of headers returned by the servercookies
a named list of cookies returned by the servercontent
the body of the response, as raw vector. Seecontent
for various ways to access the content.time
request timing informationconfig
configuration for the request