Response.headers

Maps a header name to its definition. RFC7230 states header names are case insensitive. If a response header is defined with the name "Content-Type", it SHALL be ignored.

struct Response
@optional
Header[string] headers;

Meta