Example #1
0
func process(ctx *web.Context) string {
	var data mytype
	ctx.UnmarshalParams(&data)
	return fmt.Sprintf("%v\n", data)
}