| 100 | |
| 101 | C_ATTR(protocol, :Local :AutoArgs) |
| 102 | void protocol(Context *c) { c->response()->setBody(c->request()->protocol()); } |
| 103 | |
| 104 | C_ATTR(remoteUser, :Local :AutoArgs) |
| 105 | void remoteUser(Context *c) { c->response()->setBody(c->request()->remoteUser()); } |