tree: 2e59045c8c70624eada7fe654cbe2446dc2e0ad9 [path history] [tgz]
  1. helloworld_pb2.py
  2. helloworld_pb2_grpc.py
  3. metadata_client.py
  4. metadata_server.py
  5. README.md
examples/python/metadata/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.