mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user