OasResponse.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.

class OasResponse
@jsonOptional
OasHeader[string] headers;

Meta