-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi form parameters in API #2097
Comments
It works well, there has a api which contains content as following
go run greet.go
Starting server at 0.0.0.0:8888...
|
type Request { type Response { service test-api { curl --request GET 'http://127.0.0.1:8888/from?a=abc12&a=abc12' response:
|
This issue is stale because it has been open for 30 days with no activity. |
Same question, so i has to set value by manual |
I have the same question , but can not handle this issue |
Same question,in get request |
Up to now, the problem still exists, and there is no good solution |
Already supported. |
AReq {
B []string
form:"b,optional"
}
It seems that this multi parameters does not support?
Can support?
Similar like follow:
https://stackoverflow.com/questions/39736243/ho-to-bind-to-slice-values-in-go-gin-form
gin-gonic/gin#408
The text was updated successfully, but these errors were encountered: