Adds support to the variable ARGS_NAMES

This commit is contained in:
Felipe Zimmerle
2015-07-14 14:55:15 -03:00
parent 92c132b64c
commit bc0553e726
3 changed files with 195 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ class Assay {
const char *m_protocol;
const char *m_httpVersion;
std::string *m_namesArgs;
std::string m_namesResponse;
std::string m_namesRequest;
double m_ARGScombinedSize;