We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackoverflow.com/questions/15672556/handling-json-post-request-in-go 解析request body到map,再将map中的值存入到Form中去,是否可行 @kdada https://github.com/kdada/tinygo/blob/master/web/context.go#L73
The text was updated successfully, but these errors were encountered:
fixes kdada#11
a9ddd07
In most occasion, there is json data in body. So you can inject struct by value provider.
Sorry, something went wrong.
No branches or pull requests
https://stackoverflow.com/questions/15672556/handling-json-post-request-in-go
解析request body到map,再将map中的值存入到Form中去,是否可行 @kdada
https://github.com/kdada/tinygo/blob/master/web/context.go#L73
The text was updated successfully, but these errors were encountered: