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

I want to know how to transfer http+proto to grpc. #977

Closed
hbgongen opened this issue Jul 23, 2019 · 3 comments
Closed

I want to know how to transfer http+proto to grpc. #977

hbgongen opened this issue Jul 23, 2019 · 3 comments

Comments

@hbgongen
Copy link

i want to know how i transfer http+proto to grpc,not http+json to grpc.I find many cases don't solve this problem.

@johanbrandhorst
Copy link
Collaborator

You can do this with a custom content type and marshaller using runtime.WithMarshaler. The documentation has examples of this.

@hbgongen
Copy link
Author

You can do this with a custom content type and marshaller using runtime.WithMarshaler. The documentation has examples of this.

oh~thanks.Is the official grpc-gateway documents in the Readme.md?
I'm very appreciated if you can support the url path.Thanks a lot.

@johanbrandhorst
Copy link
Collaborator

The docs are here: https://grpc-ecosystem.github.io/grpc-gateway/

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

2 participants