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
Add support for serialized protos to be sent to the http endpoints in addition to json. Use a different content type to differentiate between them.
This requires adding a new marshaller for []byte -> proto.
PR here: #459
The text was updated successfully, but these errors were encountered:
If you want to resurrect that PR, I think I'd be happy to merge it
Sorry, something went wrong.
Re-opened. Thanks.
Merged it. Thanks for your contribution!
No branches or pull requests
Add support for serialized protos to be sent to the http endpoints in addition to json. Use a different content type to differentiate between them.
This requires adding a new marshaller for []byte -> proto.
PR here: #459
The text was updated successfully, but these errors were encountered: