| 66 | |
| 67 | C_ATTR(statusQueryTest, :Local :AutoArgs) |
| 68 | void statusQueryTest(Context *c, const QString &statusKey, const QString &errorKey) |
| 69 | { |
| 70 | qDebug() << "---- stash" << c->stash(); |
| 71 | c->response()->setBody(c->stash(statusKey).toString()); |
| 72 | } |
| 73 | |
| 74 | private: |
| 75 | C_ATTR(Auto,) |