Expand description
Universal gRPC→REST transcoding proxy.
Config-driven: same binary, different YAML = different product proxy. Works with ANY gRPC service via proto descriptors as config.
§Usage
structured-proxy --config sid-proxy.yaml
structured-proxy --config sflow-proxy.yamlModules§
- config
- YAML-based proxy configuration.
- openapi
- OpenAPI 3.0 spec generation from proto descriptors.
- transcode
- REST→gRPC transcoding layer.
Structs§
- Proxy
Server - Universal proxy server.
- Proxy
State - Shared state for all proxy handlers.