aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/metadata/README.md
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-12 14:50:32 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-12 15:00:24 -0800
commit7fd68349e3ac2dbf642cb1c7907901ad51b5d6c6 (patch)
treebf1328c529b2c56ece1e38799be86995466f6d7e /examples/python/metadata/README.md
parentf1f9d85625b0eb467e4a62857bda7d49e44d0889 (diff)
Add gRPC Python Example: Metadata
Diffstat (limited to 'examples/python/metadata/README.md')
-rw-r--r--examples/python/metadata/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/python/metadata/README.md b/examples/python/metadata/README.md
new file mode 100644
index 0000000000..5aa75d504a
--- /dev/null
+++ b/examples/python/metadata/README.md
@@ -0,0 +1,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).