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

Support bytes fields in path parameter #5

Closed
yugui opened this issue Apr 19, 2015 · 4 comments
Closed

Support bytes fields in path parameter #5

yugui opened this issue Apr 19, 2015 · 4 comments

Comments

@yugui
Copy link
Member

yugui commented Apr 19, 2015

Should decode percent encoding to support bytes fields

@IceMan81
Copy link

@yugui Are oneofs supported?

@yugui
Copy link
Member Author

yugui commented Sep 29, 2015

@IceMan81 good point. Since the API of oneof in go protobuf has changed, we need to care of that too.

@IceMan81
Copy link

@yugui Explains why it didnt work when I tried a oneof today; code generation ran without any errors, but the gateway code was unable to map the request params to the protobuf fields.

@tbg
Copy link

tbg commented Apr 26, 2016

This issue is referenced from the README as covering enum support, which isn't mentioned here. It should be added or filed as a new issue so that it doesn't get lost.

Evgeniy-L pushed a commit to Evgeniy-L/grpc-gateway that referenced this issue Nov 16, 2018
* fix HTTP codes for response wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants