Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025464 74

helloworld_pb2.pyH A D25-Apr-20251.4 KiB3118

helloworld_pb2.pyiH A D25-Apr-2025576 1814

helloworld_pb2_grpc.pyH A D25-Apr-20252.3 KiB7155

metadata_client.pyH A D25-Apr-20251.7 KiB5429

metadata_server.pyH A D25-Apr-20251.5 KiB5127

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