mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 17:12:19 +01:00
The word "can" in this example makes it sound like it is optional.
Changing it to should.
e352e896cb/src/python/grpcio/grpc/_cython/_cygrpc/metadata.pyx.pxi (L45)
Making this change in response to a user query.
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.