| 33 | |
| 34 | C_ATTR(status, :Local :AutoArgs) |
| 35 | void status(Context *c) { c->response()->setBody(StatusMessage::status(c, u"SM:status"_s)); } |
| 36 | |
| 37 | C_ATTR(statusTest, :Local :AutoArgs) |
| 38 | void statusTest(Context *c, const QString &statusKey, const QString &errorKey) |