yhook: introduce new format for plain output; key=value

Origin commit data
------------------
Commit: 4c679613d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-20 (Sat, 20 Feb 2016)

Origin message was:
------------------
- yhook: introduce new format for plain output; key=value
This commit is contained in:
vanhofen
2016-02-20 12:06:58 +01:00
parent f3bba7968d
commit a975781295
3 changed files with 19 additions and 10 deletions

View File

@@ -139,6 +139,7 @@ public:
std::string Sendfile; // Path & Name (local os style) of file to send
bool keep_alive;
bool cached; // cached by mod_cache
bool outSingle;
// Input
CStringList ParamList; // local copy of ParamList (Request)
@@ -199,7 +200,7 @@ public:
int _outIndent;
TOutType outType; // Outputtpe = plain (default)|xml|json
TOutType outStart();
TOutType outStart(bool single = false);
TOutType checkOutput();
std::string outIndent();
std::string outPair(std::string _key, std::string _content, bool _next);