grpc/examples/python/metadata
Patrice Chalin 5ac3aa789f Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
..
README.md Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
helloworld_pb2.py Add gRPC Python Example: Metadata 2018-12-12 15:00:24 -08:00
helloworld_pb2_grpc.py Add gRPC Python Example: Metadata 2018-12-12 15:00:24 -08:00
metadata_client.py Add gRPC Python Example: Metadata 2018-12-12 15:00:24 -08:00
metadata_server.py Quit waiting for a day 2019-08-05 16:19:49 -07:00

README.md

An example showing how to add custom HTTP2 headers (or metadata in gRPC glossary)

HTTP2 supports initial headers and trailing headers, which gRPC utilizes both of them (learn more).

More complete documentation lives at grpc.io. For API reference please see API.