response_data
The response data object is a simple json structure used as a common format across different types of response data (e.g. cookies, headers).
A list of headers, each of which has fields name, value, and value\_is\_literal.
name: Name of the header being sent back to the requesting client.
value: Either a literal value or a reference to metadatum on the server that handles a request.
A list of cookies, each of which has fields name, value, value\_is\_literal, expires\_in\_sec, domain, path, secure, http\_only, and same\_site.
name: Name of the cookie being sent back to the requesting client.
value: Either a literal value or a reference to metadatum on the server that handles a request.