Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 12-May-2024 | 464 | 7 | 4 | |
helloworld_pb2.py | D | 12-May-2024 | 3.8 KiB | 135 | 108 | |
helloworld_pb2_grpc.py | D | 12-May-2024 | 1.3 KiB | 47 | 35 | |
metadata_client.py | D | 12-May-2024 | 1.7 KiB | 49 | 24 | |
metadata_server.py | D | 12-May-2024 | 1.5 KiB | 50 | 25 |
README.md
1An example showing how to add custom HTTP2 headers (or [metadata](https://grpc.io/grpc/python/glossary.html) in gRPC glossary) 2 3HTTP2 supports initial headers and trailing headers, which gRPC utilizes both of them ([learn more](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md)). 4 5More complete documentation lives at [grpc.io](https://grpc.io/docs/languages/python/basics). 6For API reference please see [API](https://grpc.io/grpc/python/grpc.html). 7