This data type represents a HTTP response.
Fields
char url[] The URL to which this response relates.
char responseCode[] The HTTP response code.
char responseMessage[] The HTTP response message (if any).
byte content[] The HTTP response content (if any).
char contentType[] The HTTP content-type of the response (if any).
Header headers[] The full set of HTTP response headers.