Response — HTTP exchange response
"status": numberThe response status code. Example: 200.
"reason": stringThe response status reason. Example: "OK".
"version": stringProtocol version. Example: "HTTP/1.1".
"headers": objectExposes message header fields as name-value pairs, where name is header name and value is an array of header values.
"entity": objectThe message entity body (no accessible properties).