Adds support to REQUEST_HEADERS{_NAMES} and RESPONSE_HEADERS{_NAMES} vars

This commit is contained in:
Felipe Zimmerle
2015-07-22 01:48:20 -03:00
parent 97c0d561f6
commit cb722c74b9
6 changed files with 264 additions and 17 deletions

View File

@@ -209,8 +209,8 @@ class Assay {
std::string *m_namesArgs;
std::string *m_namesArgsPost;
std::string *m_namesArgsGet;
std::string m_namesResponse;
std::string m_namesRequest;
std::string *m_requestHeadersNames;
std::string *m_responseHeadersNames;
double m_ARGScombinedSize;
/** TODO: Support to save double in the storage. */
std::string *m_ARGScombinedSizeStr;