粤ICP备20043980号
粤公网安备44040302000337号
Request handler is a Handle function that receives a Context instance and write response to client.
Handle
func hello(c *clevergo.Context) error { return c.String(http.StatusOK, "hello world") }