Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 464 | 7 | 4 | |
helloworld_pb2.py | H A D | 25-Apr-2025 | 1.4 KiB | 31 | 18 | |
helloworld_pb2.pyi | H A D | 25-Apr-2025 | 576 | 18 | 14 | |
helloworld_pb2_grpc.py | H A D | 25-Apr-2025 | 2.3 KiB | 71 | 55 | |
metadata_client.py | H A D | 25-Apr-2025 | 1.7 KiB | 54 | 29 | |
metadata_server.py | H A D | 25-Apr-2025 | 1.5 KiB | 51 | 27 |
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