You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc-gateway is a plugin of [protoc](http://github.com/google/protobuf).
6
-
It reads [gRPC](http://github.com/grpc/grpc-common) service definition,
5
+
grpc-gateway is a plugin of [protoc](https://github.com/protocolbuffers/protobuf).
6
+
It reads a [gRPC](https://grpc.io) service definition,
7
7
and generates a reverse-proxy server which translates a RESTful JSON API into gRPC.
8
-
This server is generated according to [custom options](https://cloud.google.com/service-management/reference/rpc/google.api#http) in your gRPC definition.
8
+
This server is generated according to [custom options](https://cloud.google.com/service-infrastructure/docs/service-management/reference/rpc/google.api#http) in your gRPC definition.
9
9
10
10
It helps you to provide your APIs in both gRPC and RESTful style at the same time.
0 commit comments