Last active
February 27, 2018 10:06
-
-
Save tfrench/c7e0df792b2c3340ca0e998be007ca22 to your computer and use it in GitHub Desktop.
gRPC call metadata - client side
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stub = service_pb2_grpc.ServerStub(channel) | |
stub.Foo(service_pb2.Empty(), metadata=[('foo', 'bar')]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment