(ctx Context)
| 48 | } |
| 49 | |
| 50 | func Index(ctx Context) error { |
| 51 | ctx.Response().Header().Set("Content-Type", "text/html; charset=utf-8") |
| 52 | err := ctx.WriteStringC(201, "index => ", ctx.RemoteIP(), "我是首页") |
| 53 | return err |
| 54 | } |
nothing calls this directly
no test coverage detected