aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/metadata/README.md
blob: 5aa75d504a8de3c0c9652da264f584161e4a13f0 (plain)
1
2
3
4
5
6
An example showing how to add custom HTTP2 headers (or [metadata](https://grpc.io/grpc/python/glossary.html) in gRPC glossary)

HTTP2 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)).

More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
For API reference please see [API](https://grpc.io/grpc/python/grpc.html).