| 51 | |
| 52 | C_ATTR(errorQueryTest, :Local :AutoArgs) |
| 53 | void errorQueryTest(Context *c, const QString &statusKey, const QString &errorKey) |
| 54 | { |
| 55 | qDebug() << "---- stash" << c->stash(); |
| 56 | c->response()->setBody(c->stash(errorKey).toString()); |
| 57 | } |
| 58 | |
| 59 | C_ATTR(statusQuery, :Local :AutoArgs) |
| 60 | void statusQuery(Context *c) |