appendDefaultResponseHeader function
Implementation
void appendDefaultResponseHeader(
HttpHeaders responseHeaders, ContentType headerValue) {
responseHeaders.contentType = headerValue;
}
void appendDefaultResponseHeader(
HttpHeaders responseHeaders, ContentType headerValue) {
responseHeaders.contentType = headerValue;
}