Skip to content
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

context.Bind not support pointer type like *string, *int when request body is form #906

Closed
cssivision opened this issue May 3, 2017 · 2 comments

Comments

@cssivision
Copy link
Contributor

cssivision commented May 3, 2017

context.Bind not support pointer type because mapForm method in binding module not support parse pointer type. if parse pointer type will get response of Unknown type.

whether it is necessary to add support for pointer type? if necessary i will put a pr to add this feature.

it is necessary to my opinion.

@cch123
Copy link

cch123 commented May 3, 2017

#893

@thinkerou
Copy link
Member

Implement in #1336 . try it in the latest master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants