Files
grpc/examples/python/metadata
Richard Belleville 999bbf1401 Format
2020-07-15 13:09:53 -07:00
..
2020-07-15 13:09:53 -07:00
2020-07-15 13:09:53 -07:00

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.