Appearance
app.get("/hello", (c) => { // c 就是 context });
c.req 是 HonoRequest
错误对象会被放置在 c.error 中
todo 实测
用于中间件使用的变量,为其添加类型定义
SSR 返回 html 相关
https://honodev.pages.dev/zh/docs/api/context#render-setrenderer
ExecutionContext
todo