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