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
GRPC-Gateway supports a PATCH feature1 that when:
*
update_mask
Then the fields specified in the body are automatically added to the update path.
This is extremely useful for transcoding a idomatic REST interface to gRPC while stil supporting stanard gRPC interfaces.
This is needed for projects like envoy who use this library. (See envoyproxy/envoy#10235)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GRPC-Gateway supports a PATCH feature1 that when:
*
body is providedupdate_mask
field present that is of a type google.api.FieldMaskThen the fields specified in the body are automatically added to the update path.
This is extremely useful for transcoding a idomatic REST interface to gRPC while stil supporting stanard gRPC interfaces.
This is needed for projects like envoy who use this library. (See envoyproxy/envoy#10235)
The text was updated successfully, but these errors were encountered: