The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lidi Zheng 7fd68349e3 Add gRPC Python Example: Metadata 6 years ago
..
README.md Add gRPC Python Example: Metadata 6 years ago
helloworld_pb2.py Add gRPC Python Example: Metadata 6 years ago
helloworld_pb2_grpc.py Add gRPC Python Example: Metadata 6 years ago
metadata_client.py Add gRPC Python Example: Metadata 6 years ago
metadata_server.py Add gRPC Python Example: Metadata 6 years ago

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.