We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede24c3 commit 8f479afCopy full SHA for 8f479af
protoc-gen-grpc-gateway/main.go
@@ -1,3 +1,11 @@
1
+// Command protoc-gen-grpc-gateway is a plugin for Google protocol buffer
2
+// compiler to generate a reverse-proxy, which converts incoming RESTful
3
+// HTTP/1 requests gRPC invocation.
4
+// You rarely need to run this program directly. Instead, put this program
5
+// into your $PATH with a name "protoc-gen-grpc-gateway" and run
6
+// protoc --grpc-gateway_out=output_directory path/to/input.proto
7
+//
8
+// See README.md for more details.
9
package main
10
11
import (
0 commit comments