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

fix(codec): Remove custom content-type #104

Merged
merged 3 commits into from
Oct 29, 2019
Merged

Conversation

LucioFranco
Copy link
Member

This removes custom content-types in favor of
just using application/grpc. There is some
confusion around the specification but most
grpc implementations ignore the + and
anything after.

This also adds a new gcp example that shows
how one can talk ot GCP gRPC based apis.

Most of this example was based on @Hirevo's work!

Closes #100

This removes custom content-types in favor of
just using `application/grpc`. There is some
confusion around the specification but most
grpc implementations ignore the `+` and
anything after.
@LucioFranco LucioFranco merged commit a17049f into master Oct 29, 2019
@LucioFranco LucioFranco deleted the lucio/add-gcp-example branch October 29, 2019 20:12
rabbitinspace pushed a commit to satelit-project/tonic that referenced this pull request Jan 1, 2020
This removes custom content-types in favor of
just using `application/grpc`. There is some
confusion around the specification but most
grpc implementations ignore the `+` and
anything after.
brentalanmiller pushed a commit to brentalanmiller/tonic that referenced this pull request Oct 6, 2023
* add 'get_ref()' and 'get_mut()' to 'Accept'

* add 'get_ref()' and 'get_mut()' to 'Connect'
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.

Issue connecting with Google gRPC APIs
1 participant