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