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.
Map<String, APIHeader?>? headers;