grpc/examples/python/metadata
Richard Belleville e32980fba2 Quit waiting for a day 2019-08-05 16:19:49 -07:00
..
README.md Add gRPC Python Example: Metadata 2018-12-12 15:00:24 -08: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.