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

Add proto marshaller for proto-over-http #459

Merged
merged 1 commit into from
Nov 16, 2017
Merged

Add proto marshaller for proto-over-http #459

merged 1 commit into from
Nov 16, 2017

Conversation

MatthewDolan
Copy link
Contributor

No description provided.

@tmc
Copy link
Collaborator

tmc commented Sep 14, 2017

Thanks for your contribution! master has a build system fix, can you please rebase this?

@MatthewDolan
Copy link
Contributor Author

@tmc thanks.

The build is passing now.

@MatthewDolan
Copy link
Contributor Author

@tmc Is there anything else I need to do here?

@MatthewDolan MatthewDolan reopened this Nov 16, 2017
@achew22 achew22 merged commit 0395325 into grpc-ecosystem:master Nov 16, 2017
@Mistobaan
Copy link

This seems interesting. Any more context / documentation on how to use it from a frontend?

@MatthewDolan
Copy link
Contributor Author

Once the ProtoMarshaller is added as a marshaller on the server side, you can do "proto over http." The client can send an http request with a content type "application/octet-stream" where the body is a serialized proto and the gateway will be able to handle that.

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

Successfully merging this pull request may close these issues.

4 participants