Open
Description
GRPC-Gateway supports a PATCH feature1 that when:
- a non
*
body is provided - there is a
update_mask
field present that is of a type google.api.FieldMask - And the method is PATCH
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)
Metadata
Metadata
Assignees
Labels
No labels