| ";
post_response += html_escape(file_key.first);
post_response += " | ";
post_response += html_escape(files.first);
post_response += " | ";
post_response += html_escape(files.second.get_file_system_file_name());
post_response += " | ";
post_response += std::to_string(files.second.get_file_size());
post_response += " | ";
post_response += html_escape(files.second.get_content_type());
post_response += " | ";
post_response += html_escape(files.second.get_transfer_encoding());
post_response += " |
\n";
}
}
post_response += "