}
buffer.append(OsUtils.LINE_SEPARATOR);
}
buffer.append("< ").append(OsUtils.LINE_SEPARATOR);
if (null != response.getBody()) {
final Formatter formatter = formatProvider.getFormatter(response.getHeaders().getContentType().getSubtype());
buffer.append(formatter.format(response.getBody()));
}
}