Name
Response — HTTP exchange response
Properties
"status": number-
The response status code. Example: 200.
"reason": string-
The response status reason. Example:
"OK". "version": string-
Protocol version. Example:
"HTTP/1.1". "headers": object-
Exposes message header fields as name-value pairs, where name is header name and value is an array of header values.
"entity": object-
The message entity body (no accessible properties).

