mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
484 B
20 lines
484 B
6 years ago
|
gRPC Reflection
|
||
|
====================
|
||
|
|
||
|
What is gRPC reflection?
|
||
|
---------------------------------------------
|
||
|
|
||
|
Check this out `gRPC Python Server Reflection <https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md>`_
|
||
|
|
||
|
|
||
|
Example
|
||
|
-------
|
||
|
|
||
|
Refer to the GitHub `reflection example <https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_server_with_reflection.py>`_
|
||
|
|
||
|
|
||
|
Module Contents
|
||
|
---------------
|
||
|
|
||
|
.. automodule:: grpc_reflection.v1alpha.reflection
|