Adds support to the RESPONSE_PROTOCOL variable

This commit is contained in:
Felipe Zimmerle
2016-06-21 09:51:50 -03:00
parent b8bd0c5960
commit df1f7c5e08
6 changed files with 53 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ class RegressionTest {
std::unordered_map<std::string, std::string> response_headers;
std::string request_body;
std::string response_body;
std::string response_protocol;
std::string audit_log;
std::string debug_log;