gRPC Reflection
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/grpc-reflection/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/grpc-reflection/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/grpc-reflection/)
Use the native HTML custom element.
A gRPC service extension that allows clients to discover available services and methods at runtime without prior knowledge of the .proto definitions. Tools like grpcurl and Postman use reflection to explore gRPC APIs dynamically. Reflection is the gRPC equivalent of an OpenAPI spec endpoint — it makes services self-describing. It should typically be disabled in production to avoid exposing internal service structure to external clients.