|
应用信息
|
|
| 应用名称 | <%= appname %> |
| 应用目录 | <%= appdir %> |
| 主机名 | <%= config.host %> |
| 虚拟路径 | <%= config.path %> |
| onRequest插件 | <%= (typeof config.onRequest === "function" ? "有" : "无") %> |
|
Request对象配置
|
|
| <%= i %> | <%= config.request[i] %> |
| <%= i %> 事件 | 有 |
|
Response对象配置
|
|
| <%= i %> | <%= config.response[i] %> |
| <%= i %> 事件 | 有 |
| 响应头:<%= i %> | <%= config.response.header[i] %> |
|
路由配置
|
|
| 类型 | 路径 |
| <%= route[i].type %> | <%= route[i].path %> |