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 url
- status_codethe http status code
- headera named list of headers returned by the server
- cookiesa named list of cookies returned by the server
- contentthe body of the response, as raw vector. See- contentfor various ways to access the content.
- timerequest timing information
- configconfiguration for the request