response: The response object.
Description
The response object captures all information from a request. It includes
fields:Details
urlthe url the request was actually sent to
(after redirects)handlethe handle associated with the urlstatus_codethe http status codeheadera named list of headers returned by the servercookiesa named list of cookies returned by the servercontentthe body of the response, as raw vector. Seecontentfor various ways to access the content.timerequest timing informationconfigconfiguration for the request