Adds support to ARGS_POST_NAMES variable

This commit is contained in:
Felipe Zimmerle
2015-07-14 15:12:03 -03:00
parent bc0553e726
commit e7ec09623d
3 changed files with 104 additions and 0 deletions

View File

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