protoc-gen-grpc-gateway command

Command protoc-gen-grpc-gateway is a plugin for Google protocol buffer compiler to generate a reverse-proxy, which converts incoming RESTful HTTP/1 requests gRPC invocation. You rarely need to run this program directly. Instead, put this program into your $PATH with a name "protoc-gen-grpc-gateway" and run

protoc --grpc-gateway_out=output_directory path/to/input.proto

See README.md for more details.

Directories

PathSynopsis
protoc-gen-grpc-gateway/descriptor
protoc-gen-grpc-gateway/generatorPackage generator provides an abstract interface to code generators.
protoc-gen-grpc-gateway/gengatewayPackage gengateway provides a code generator for grpc gateway files.
protoc-gen-grpc-gateway/httprule
Version
v1.6.0
Published
Dec 7, 2018
Platform
js/wasm
Imports
9 packages
Last checked
12 seconds ago

Tools for package owners.